Esempio n. 1
0
 public function index()
 {
     $wares = Ware::orderBy('views', 'DESC')->take(8)->get();
     $this->layout->content = View::make('page.index', compact('wares'));
 }