Esempio n. 1
0
 public function promoAction()
 {
     $db = new Other_Model_DbTable_DbSeason();
     $this->view->promorows = $db->getAllPromotionName();
     $this->view->prepromorows = $db->getAllPrePromotionName();
 }