Example #1
0
 public function indexAction()
 {
     $threadModel = new ThreadModel();
     $tags = $threadModel->tags();
     $this->_mainContent->assign("tags", $tags);
     $this->display();
 }