Esempio n. 1
0
 public static function cari($judul)
 {
     return Buku::where('judul', 'LIKE', '%' . $judul . '%')->orderBy('judul', 'asc')->get();
 }