Пример #1
0
 /**
  * 运行查询连接器
  *
  * @return array
  */
 protected function runSelect()
 {
     return $this->connection->select($this->toSql(), $this->getBindings(), !$this->useWritePdo);
 }