Exemplo n.º 1
0
 protected function commonLogic(&$params = array())
 {
     parent::commonLogic($params);
     $this->filter = Application::getFilter($this->getObjectName());
     $smarty = Application::getSmarty();
     $smarty->assign('filter', $this->filter);
 }