Exemplo n.º 1
0
Arquivo: Fuel.php Projeto: atabak/orm
 /**
  * {@inheritdoc}
  */
 public function select($table, $columns = [])
 {
     $this->currentQuery = $this->connection->selectArray($columns)->from($table);
     return $this;
 }