예제 #1
0
 public function actionSimple()
 {
     $this->pageTitle = "DealsChrome - Best Deals in One Click";
     $model = new DealModel();
     $found = $model->getTotalDeals();
     $this->render('page_home', array('found' => $found));
 }