コード例 #1
0
ファイル: Buku.php プロジェクト: udibagas/digilib
 public static function tambah($cover, $judul, $penulis, $penerbit, $tahun, $jumlah)
 {
     Buku::create(compact('cover', 'judul', 'penulis', 'penerbit', 'tahun', 'jumlah'));
 }