This website requires JavaScript.
Explore
Help
Sign In
FuzeWorks
/
Core
Watch
1
Star
0
Fork
0
You've already forked Core
Code
Issues
9
Pull Requests
Packages
Releases
Activity
4e9fe8db4a
Core
/
Application
/
Config
/
config.core.php
7 lines
84 B
PHP
Raw
Normal View
History
Unescape
Escape
Updated entire project to PSR2 code standard. Some classes still need to be moved around.
2016-05-07 17:22:09 +00:00
<
?
php
return
array
(
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 18:14:49 +00:00
'enable_composer'
=>
true
,
Updated entire project to PSR2 code standard. Some classes still need to be moved around.
2016-05-07 17:22:09 +00:00
'composer_autoloader'
=>
''
,
);
Reference in New Issue
Copy Permalink