public function preDispatch()
 {
     parent::preDispatch();
     $this->view->categories = $this->categories = array("job", "home", "cancelled", "offsite", "overtime", "todo", "generic");
 }
Esempio n. 2
0
 public function preDispatch()
 {
     parent::preDispatch();
 }