Exemplo n.º 1
0
 protected function _beforeRoute($fw, $args = null)
 {
     parent::_beforeRoute($fw, $args);
     $this->_addCrumbsToTitle(array('Accounts'));
 }
Exemplo n.º 2
0
 protected function _beforeRoute($fw, $args = null)
 {
     parent::_beforeRoute($fw, $args);
     $this->_addCrumbsToTitle(array('Report', 'Vehicle Cost'));
     $this->_initAccount();
 }