Closed youngj closed 12 years ago
lib_cache.php, path_cache.php, and any others (e.g. cache for view extensions and auto load actions registered in module start.php files) should be joined into one file. it could be done like so:
<?php return array('path_cache' => ..., 'lib_cache' => '...', 'view_extensions' => ..., 'auto_load_actions' => ...
no longer necessary after recent module refactoring
lib_cache.php, path_cache.php, and any others (e.g. cache for view extensions and auto load actions registered in module start.php files) should be joined into one file. it could be done like so:
<?php return array('path_cache' => ..., 'lib_cache' => '...', 'view_extensions' => ..., 'auto_load_actions' => ...