Beispiel #1
0
 function DisplayForm(App_Form $form, $uiName = "default")
 {
     $this->_uiName = $uiName;
     $this->_form_id = $form->getFormId();
     $this->_form = $form;
     $this->_model = $form->getModel();
     //  ->getModelName();
     $this->_modelName = $this->_model->getModelName();
     $this->_config = App_Model_Config::get($this->_modelName);
     return $this->render();
 }