cakephp2-php8/lib/Cake/Core
mark_story 1b610a8d62 Move disabling of bootstrap mode to after init().
init() loads from the cache which can autoload additional classes. For
example the FileEngine adapter loads Inflector. Loading additional
classes causes the file_map cache to be re-written on each request when
using FileEngine. This results in degraded performance when using
FileEngine.

Fixes #3947
2013-08-02 23:20:13 -04:00
..
App.php Don't use inline assignment. 2013-07-09 21:11:06 -04:00
CakePlugin.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
Configure.php Move disabling of bootstrap mode to after init(). 2013-08-02 23:20:13 -04:00
Object.php doublespace to single space 2013-07-05 14:36:40 +02:00