Exemple #1
0
 /**
  * Query all modules.
  * 
  * @return \GO\Base\Db\ActiveStatement 
  */
 public function getAll()
 {
     return $this->model->find();
 }
Exemple #2
0
 protected function setStatement()
 {
     $stmt = $this->model->find($this->findParams);
     $this->store->setStatement($stmt);
 }