Esempio n. 1
0
 protected function _setup()
 {
     parent::_setup();
     $this->_model = Solar_Registry::get('model_catalog');
 }
Esempio n. 2
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);
 }