Example #1
0
 public static function dropdownList()
 {
     return array('' => 'Select Type') + Types::orderBy('name', 'asc')->get()->lists('name', 'id');
 }