コード例 #1
0
 public function onRun()
 {
     $this->page['sliders'] = Quote::orderByRaw("RAND()")->isPublished()->take(5)->get();
 }
コード例 #2
0
 public function onRun()
 {
     $this->page['quotes'] = Quote::orderByRaw("RAND()")->take(1)->get();
 }