Example #1
0
 public function setModel(Model $model)
 {
     $this->model = $model;
     $this->query->from($model->getPathInfo(), $model->getPathParams());
     return $this;
 }