Ejemplo n.º 1
0
 public function ajaxBuscarTagsAction()
 {
     if (!$this->autenticacao(true)) {
         return;
     }
     $model = new Application_Model_EventoTags();
     $termo = $this->_getParam('termo', "");
     $this->view->itens = $model->listarTags($termo);
 }