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