Ejemplo n.º 1
0
 public function prefix($prefix)
 {
     $this->query->addPrefix($this->model->getTable(), $prefix);
     return $this->model;
 }