Пример #1
0
 /**
  * Queries the database for multiple records.
  *
  * @param array $where
  * 
  * @return mixed
  */
 public function find(array $where)
 {
     return $this->connection->find($this, $where, '*');
 }