Пример #1
0
 public function distinct($distinct = TRUE)
 {
     $this->query->distinct($distinct);
     return $this;
 }