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