public function addAction()
 {
     $this->buildForm("admin/group/save");
     $this->gForm->getElement('tmp_id')->setValue(Util_Guid::generate());
     $this->gForm->getElement('url')->setValue('http://');
     $this->gForm->getElement('user_responsible')->setValue(UGD_Login_Manager::getInstance()->getActiveUser()->getId());
 }
Exemple #2
0
 /**
  * 
  */
 public function __construct()
 {
     $this->handle = Util_Guid::generate();
     $this->logger = Util_Log::get()->UGAMON_Mng();
 }