コード例 #1
0
ファイル: nc_nav.class.php プロジェクト: Blu2z/implsk
 public function reset()
 {
     $this->table->reset_query();
     $this->ignore_check = false;
     $this->custom_ordering = false;
     $this->result_type = $this->default_result_type;
     $this->result_mode = null;
     $this->result_data = null;
 }