public function preDispatch() { parent::preDispatch(); $this->_appendBasicJs(); $this->_initAdmin(); $this->_checkAdmin(); }
public function preDispatch() { parent::preDispatch(); $this->_appendBasicJs(); $this->_assignGlobalVal(); $this->_assignTitle(); }