Пример #1
0
 /** Set up the index pages
  * @access public
  * @return void
  */
 public function indexAction()
 {
     $this->view->mints = $this->_mints->getMintsByzantineList();
 }
Пример #2
0
 /** Set up the index pages
  */
 public function indexAction()
 {
     $byzantium = new Mints();
     $this->view->byzantium = $byzantium->getMintsByzantineList();
 }