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