コード例 #1
0
ファイル: HomePage.php プロジェクト: prostart/erics-homes
 public function FeatureLot()
 {
     return Lot::get()->sort('RAND()')->limit(1);
 }
コード例 #2
0
ファイル: LotsPage.php プロジェクト: prostart/erics-homes
 public function Lots()
 {
     return Lot::get();
 }