Пример #1
0
 /** List of mints
  * @access public
  * @return void
  */
 public function indexAction()
 {
     $this->view->mints = $this->_mints->getListMints(36);
 }
Пример #2
0
 /** Set up index page for mints
  */
 public function indexAction()
 {
     $mints = new Mints();
     $this->view->mints = $mints->getListMints($this->_period);
 }