-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Tomaž Kovačič edited this page Oct 1, 2015
·
1 revision
Organize your code according to modern MODEL-VIEW-CONTROLLER principles.
Route::get(), Route::Post ()
PDO: Raw or using other API-s
- Laravel like DB
- more later
PSR-4 style autoloading using Composer autoloader
- Organize framework and 3rd party code in 'vendor' directory
- Project specific code resides in 'app' directory
- All files, that needs to be exposed to web server ar in 'public'directory
- Symfony's Twig
- sholud be template neutral
- Session
- No tests yet
- Refactor OX framework, moving out of ox/framework Request, Response classes, others
- REST support
- AJAX, JSON support