Exemplo n.º 1
0
 public function adduserAction()
 {
     $ganID = $this->_request->getParam('g');
     $ganDB = new Application_Model_DbTable_Gan();
     $this->view->ganName = $ganDB->getGanName($ganID);
     $form = new Application_Form_AddUser();
     $this->view->form = $form;
 }