Esempio n. 1
0
 public function where($snippet, $args = array())
 {
     $this->query->where($snippet, $args);
     return $this;
 }