Esempio n. 1
0
 public function RecentFrontPage($total = 5)
 {
     $this->set('lastbids', SchedulesData::GetLatestBids($total));
     $this->render('frontpage_recentbids.tpl');
 }