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