Esempio n. 1
0
 public function range($start = NULL, $length = NULL)
 {
     $this->query->range($start, $length);
     return $this;
 }