Ejemplo n.º 1
0
 /** Set up the index pages
  */
 public function indexAction()
 {
     $dynasties = new Dynasties();
     $this->view->dynasties = $dynasties->getDynastyList();
 }
Ejemplo n.º 2
0
 /** Set up the index pages
  * @access public
  * @return void
  */
 public function indexAction()
 {
     $this->view->dynasties = $this->_dynasties->getDynastyList();
 }