Esempio n. 1
0
 public function apps()
 {
     return App::select("id", "title")->lists("title", "id");
 }