Example #1
0
 /**
  * @param array $cond
  * @return \Dibi\Fluent
  */
 public function getAllWhere(array $cond)
 {
     return $this->mapper->getAllWhere($cond);
 }