Core/Application
Abel Hoogeveen 7e3e707d9f Implemented Registry caching.
By changing the config.core.php file you can select how registries should be cached. Remember that this is not recommended during development.
The available options are file, apc, redis, memcached, wincache and dummy. Cache TTL can also be set. Some caching drivers require you to change the config.cache.php file.
2016-05-14 17:06:42 +02:00
..
Cache Implemented a caching library. 2016-05-14 16:18:59 +02:00
Config Implemented Registry caching. 2016-05-14 17:06:42 +02:00
Controller Updated entire project to PSR2 code standard. Some classes still need to be moved around. 2016-05-07 19:22:09 +02:00
Helpers Implemented Helpers into FuzeWorks. 2016-05-14 14:06:04 +02:00
Libraries Implemented a basic Library system for FuzeWorks. 2016-05-13 22:20:53 +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
class.init.php Updated entire project to PSR2 code standard. Some classes still need to be moved around. 2016-05-07 19:22:09 +02:00