Overview
- prototype orm system - will be progressed on Phase 3.
- Mvc construct for all uses and purposes, separated mvc for: pages,operators and api
- Sil - secure imbibe login system enhanced with all basics of secure site
- Sil - security method uses versatile options to use cookies/sessions and switch between them for every variable set in the authentication class and much much more
- Template engine that controls areas of the page like: operators, fragments
- Full multi language support on all pages
- unique polyphonic translation system with low memory consumption
- Flexible config method: php file array/xml/db
- Seo compatible with google use, generates Clean URLs
- Real time development tools like: error notification system/alerts/memory usage
- Mysql PDO is high efficient - making connection only if in use, does not activated on renders that do not use it. allowing to create site free of mysql
- Db Ui system like no other - catches mysql queries and display them live - for dev easy use
- Info Ui - built in slick and useful server information in real time display. also an advance print_r() like
- Error control mechanism - reduce the use of error.log by 90%
- Error control system notify the master admin for any illegal use, separated errors log for fatal and non-fatal errors
- Alert mechanism for all system errors
- Compatible with PHP 5.3 and later