Пример #1
0
 public function ajaxAction()
 {
     $this->p = filterId($this->_request->getParam('p'));
     $this->initSetupForms();
     $this->form = $this->getForm($this->p, false);
     $this->form->prepare();
     $this->form->setDataSources(array($this->_request));
     $this->form->ajaxAction($this->getRequest());
 }
Пример #2
0
 public function prepare()
 {
     parent::prepare();
     $this->addFieldsPrefix('themes.' . $this->themeId . '.');
 }