示例#1
0
 public function generateClientForm($treeLink, $action)
 {
     $formStructure = Gcontroller::loadClientFormStructure($treeLink);
     $this->generateForm($formStructure['form_structure'], isset($this->type) ? $this->type : array(), array($action, 'post', $this->actionType, 'multipart/form-data', array('class' => 'ajax-form')), $this->formTemplate, array('tree_link' => $treeLink), $adminka = false);
 }