protected function _setup() { parent::_setup(); $this->_model = Solar_Registry::get('model_catalog'); }
/** * * 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); }