Exemplo n.º 1
0
 public function indexAction()
 {
     if ($this->_form->getProperties()) {
         $this->view->assign($this->_form->getProperties());
     }
     $this->view->controllerUrl = $this->getRequest()->getBaseUrl() . '/' . ltrim($this->getRequest()->getPathInfo(), '/');
     $this->view->xtype = 'kwf.autoform';
 }