Open demianturner opened 11 years ago
[jcasanova] Auto load could go in SGL_Manager::process() just the one line like so $input->template = $className . $methodName . '.html'; on line 241 (AJ) If really needed, $output->template could be overwritten in manager::methodName()
[jcasanova] This will be done in 0.7 as it will break BC.
[demian] Milestone 0.7.0 deleted
Rename all templates so they have consistent naming. This will allow to automatically call the appropriate template for every managerName / action combination, e.g. in UserMgr, action Add, appropriate template is userAdd.html.
In the mean time, remove "name" option from all