Ejemplo n.º 1
0
 /**
  * Some action before method, what is needed ..or do not
  */
 public function beforeMethod()
 {
     $this->view->setTitle();
     $this->set('project_host', $this->config->get('project_host'));
     $this->set('project_title', $this->config->get('project_title'));
 }