Beispiel #1
0
 public function countsAction()
 {
     $initId = Zend_Filter::filterStatic($this->getRequest()->getParam('id'), 'StripTags');
     if ($initId) {
         $this->_setParam('service', 'counts');
         $this->_forward('process');
     } else {
         $this->view->inits = QueryModel::getInitiatives();
     }
 }