Core/Application
Abel Hoogeveen 440ead5784 Implemented Tracy/Debugger from the Nette framework.
This debugger allows for advanced debugging for both development and production environments.
This did however require the implementation of an ENVIRONMENT constant. This has been put in the index file. If no constant is set it will be set by the core class and the default is PRODUCTION.
Chances are that the location for this constant will move in the future.

There is also a proper way now that fatal errors will lead to a 500 error on the screen. This is either done by Tracy or FuzeWorks, depending on if Tracy is available.
2016-06-08 14:57:41 +02:00
..
Cache Implemented a caching library. 2016-05-14 16:18:59 +02:00
Config Implemented Tracy/Debugger from the Nette framework. 2016-06-08 14:57:41 +02:00
Controller Allowed the Factory class to be extended. 2016-06-02 13:57:32 +02:00
Helpers Implemented Helpers into FuzeWorks. 2016-05-14 14:06:04 +02:00
Language Implemented the language class. 2016-05-22 19:29:55 +02:00
Libraries Implemented a basic Library system for FuzeWorks. 2016-05-13 22:20:53 +02:00
Logs Implemented Tracy/Debugger from the Nette framework. 2016-06-08 14:57:41 +02:00
Models Updated entire project to PSR2 code standard. Some classes still need to be moved around. 2016-05-07 19:22:09 +02:00
Views Updated entire project to PSR2 code standard. Some classes still need to be moved around. 2016-05-07 19:22:09 +02:00