Beispiel #1
0
 public function indexAction()
 {
     $this->view->headLink()->appendStylesheet('/css/index/index.css');
     $this->view->featured = Yadda_Model_Deal::featured(3);
     // fetch report data
     $this->view->reportData = Yadda_Model_Report::pull(date('Y-m-d', strtotime('-14 day')), date('Y-m-d'));
 }
Beispiel #2
0
 public function indexAction()
 {
     $this->view->headMeta()->setName('description', 'Yadda (yet another daily deal aggregator) gathers into one space the daily deals and specials offered by South Africa\'s popular group buying websites.');
     $this->view->headLink()->appendStylesheet('/css/index/index.css');
     $this->view->regions = Yadda_Model_Region::index(false);
     $this->view->sites = Yadda_Model_Site::all();
     $this->view->featured = Yadda_Model_Deal::featured(3);
 }