'always_load' => array('language' => array('admin/global'));
<?php // apps/classes/controller/public.php abstract class Controller_Public extends Controller_Template { public function before() { parent::before(); // load your language files and do some other stuff } }
It looks like you're new here. If you want to get involved, click one of these buttons!