Beispiel #1
0
 function actionIndex($params = '')
 {
     $objForm = new FormModel();
     $formList = $objForm->getForms();
     $this->view->assign('formList', $formList);
     $this->view->assign('content', $this->view->fetch('tpl/form/forms.tpl'));
     $this->view->assign('messages', $this->messages);
     $this->finish();
 }