示例#1
0
 public function getList()
 {
     $data['fields'] = $this->col;
     $data['num_fields'] = count($this->col);
     $get = Promo::get();
     $data['result'] = $get;
     $data['qtyParticipant'] = $get->count();
     return View::make('admin.site.promo', $data);
 }