Пример #1
0
 /** Display help index
  */
 public function indexAction()
 {
     $help = new Help();
     $this->view->help = $help->getTopics($this->_getParam('page'), $section = 'help');
 }
Пример #2
0
 /** Display the help topics
  * @access public
  * @return void
  */
 public function indexAction()
 {
     $this->view->help = $this->_help->getTopics($this->getParam('page'), 'databasehelp');
 }