/** Set up the index pages * @access public * @return void */ public function indexAction() { $this->view->mints = $this->_mints->getMintsByzantineList(); }
/** Set up the index pages */ public function indexAction() { $byzantium = new Mints(); $this->view->byzantium = $byzantium->getMintsByzantineList(); }