コード例 #1
0
 protected function parse_request_mode()
 {
     //do nothing, at least for now
     parent::parse_request_mode();
 }
コード例 #2
0
ファイル: data_connector.php プロジェクト: hcvcastro/pxp
 protected function parse_request_mode()
 {
     if (isset($_GET['action']) && $_GET["action"] != "get") {
         $this->editing = true;
     } else {
         parent::parse_request_mode();
     }
 }