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