Example #1
0
 public function getGalleryIdOptions()
 {
     return Gallery::select('id', 'name')->orderBy('name')->get()->lists('name', 'id');
 }