Пример #1
0
 public function postDispatch()
 {
     parent::postDispatch();
     // do something after the action is called //-> see Zend Framework
 }
Пример #2
0
 public function postDispatch()
 {
     parent::postDispatch();
     // $this->view->locations = $this->societe->getLocations() ;
     // do something after the action is called //-> see Zend Framework
 }