Exemplo n.º 1
0
 public function postDispatch()
 {
     parent::postDispatch();
     // $this->view->locations = $this->societe->getLocations() ;
     // do something after the action is called //-> see Zend Framework
 }
Exemplo n.º 2
0
 public function preDispatch()
 {
     parent::preDispatch();
     $this->view->categories = $this->categories = array("job", "home", "cancelled", "offsite", "overtime", "todo", "generic");
 }
Exemplo n.º 3
0
 public function postDispatch()
 {
     parent::postDispatch();
     // do something after the action is called //-> see Zend Framework
 }