예제 #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');
 }
예제 #2
0
파일: search.php 프로젝트: gudwin/extasy
 public function __construct()
 {
     parent::__construct();
     $this->addGet('term', 'search');
     $this->addGet('found', 'goManageLogin');
 }
예제 #3
0
파일: index.php 프로젝트: gudwin/extasy
 public function __construct()
 {
     parent::__construct();
     $this->addGet('page', 'main');
     $this->addPost('id,delete', 'delete');
 }