예제 #1
0
 public function buildforumAction()
 {
     $this->_helper->viewRenderer->setNoRender(true);
     if ($this->auth->hasIdentity()) {
         $build = new Application_Model_forum($this->registry['DB']);
         $this->view->results = $build->buildforum();
     }
 }