Exemplo n.º 1
0
 public function __construct()
 {
     parent::__construct();
     $this->addGet('insert', 'insert');
     $this->AddGet('id', 'showAdminUpdate');
     $this->addPost('id,submit', 'update');
     $this->addPost('id,fieldName,action', 'ajaxEditColumn');
     $this->addPost('id,fieldnName,action,data', 'ajaxEditColumn');
 }
Exemplo n.º 2
0
 public function __construct()
 {
     parent::__construct();
     $this->addGet('term', 'search');
     $this->addGet('found', 'goManageLogin');
 }
Exemplo n.º 3
0
 public function __construct()
 {
     parent::__construct();
     $this->addGet('page', 'main');
     $this->addPost('id,delete', 'delete');
 }