Core/Application/Config
Abel Hoogeveen 9d665e2ae1 Many Misc jobs:
- Modules can now be loaded using routes by adding a routes[] array to the moduleInfo.php. When it matches, the module gets loaded, and a route() function in the main class gets called. (Fixes #79)
- Composer can now load from a different file
- License headers have been added to all core files (Fixes #66)
- Table model has been renamed to sqltable. Interpret model has been removed
- layoutLoadViewEvent added
- Controllers now extend the \FuzeWorks\ControllerAbstract class
- Controllers are now in the \Application\Controller namespace
- Models are now in the \Application\Model namespace
- Events are now in the \FuzeWorks\Event namespace
- Moved some classes in a different namespace for a better overview
- Events can now properly load function listeners (fixes #81)
- Documentation added to more classes. (Partially fixes #58)
- Added replace() command to DatabaseUtils Abstract Model
- Added more unit tests for router, query and events
2015-10-11 19:14:49 +01:00
..
config.contact.php Implemented the fully renewed Layout Manager. 2015-08-29 20:30:52 +02:00
config.core.php Many Misc jobs: 2015-10-11 19:14:49 +01:00
config.database.php Implemented renewed querybuilder and a better databasemodel. Database utilities can from now on be added to this module. 2015-05-06 21:25:57 +02:00
config.error.php Updated the config class. JSON support has been removed and a PHP config file writer has been implemented. 2015-02-23 19:30:13 +01:00
config.main.php Implemented the fully renewed Layout Manager. 2015-08-29 20:30:52 +02:00
config.routes.php Router and Logger merge with GF, and many more CI Tests 2015-05-03 22:50:36 +02:00