Core/Application/Config
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
..
config.cache.php Implemented a caching library. 2016-05-14 16:18:59 +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 Registry caching. 2016-05-14 17:06:42 +02:00
config.database.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.encryption.php Implemented the first extension: the Encryption extension. 2016-05-13 22:52:14 +02:00
config.error.php Misc. changes to configuration files related to formatting 2016-05-12 12:18:08 +02:00
config.main.php Implemented Helpers into FuzeWorks. 2016-05-14 14:06:04 +02:00
config.mimes.php Implemented a caching library. 2016-05-14 16:18:59 +02:00
config.routes.php Updated entire project to PSR2 code standard. Some classes still need to be moved around. 2016-05-07 19:22:09 +02:00