Exemplo n.º 1
0
 public function lookup()
 {
     $model = new Access();
     $filter->idAccess = $this->data->idAccess;
     $this->data->query = $model->listByFilter($filter)->asQuery();
     $this->render();
 }