Exemplo n.º 1
0
 /** @deprecated Use QueryInterface implementation */
 public function own_limit($st, $en = 0)
 {
     $this->query->limit($st, $en);
     return $this;
 }