Exemplo n.º 1
0
 /** Display an individual topic
  * 
  */
 public function topicAction()
 {
     $help = new Help();
     $this->view->help = $help->getTopic($section = 'help', $this->_getParam('id'));
 }
Exemplo n.º 2
0
 /** Display an individual topic
  * @access public
  * @return void
  */
 public function topicAction()
 {
     $this->view->help = $this->_help->getTopic('databasehelp', $this->getParam('id'));
 }