Ejemplo n.º 1
0
 /**
  * 
  * Sets the <title> string in the view before rendering.
  * 
  * @return Solar_Form
  * 
  */
 protected function _preRender()
 {
     parent::_preRender();
     $title = ucwords($this->_controller) . ' : ' . ucwords($this->_action);
     $this->_view_object->head()->setTitle($title);
 }