youngj / Envaya

A technology platform for civil society organizations in developing countries
http://envaya.org
Other
17 stars 8 forks source link

build/*.php files loaded on each request should be combined into one file #111

Closed youngj closed 12 years ago

youngj commented 13 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' => ...

youngj commented 12 years ago

no longer necessary after recent module refactoring