示例#1
0
文件: select.php 项目: D4rk4/Kusaba-z
 public function preExecute(SelectQueryInterface $query = NULL)
 {
     // If no query object is passed in, use $this.
     if (!isset($query)) {
         $query = $this;
     }
     return $this->query->preExecute($query);
 }