Core/Application/Config
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
..
config.cache.php Implemented renewed Routing and Output system. 2016-06-07 15:12:35 +02:00
config.contact.php Updated entire project to PSR2 code standard. Some classes still need to be moved around. 2016-05-07 19:22:09 +02:00
config.core.php Implemented new config.core.php variables. 2016-05-15 15:37:26 +02:00
config.database.php Implemented DB Caching 2016-06-07 17:47:35 +02:00
config.encryption.php Implemented the first extension: the Encryption extension. 2016-05-13 22:52:14 +02:00
config.error.php Implemented Tracy/Debugger from the Nette framework. 2016-06-08 14:57:41 +02:00
config.main.php Implemented renewed Routing and Output system. 2016-06-07 15:12:35 +02:00
config.mimes.php Implemented a caching library. 2016-05-14 16:18:59 +02:00
config.routes.php Implemented renewed Routing and Output system. 2016-06-07 15:12:35 +02:00
config.routing.php Implemented renewed Routing and Output system. 2016-06-07 15:12:35 +02:00
config.security.php Implemented many CodeIgniter classes. 2016-05-24 12:05:29 +02:00