Skip to content

Commit

Permalink
Update Product.php
Browse files Browse the repository at this point in the history
Add var_dump to developer debugging
  • Loading branch information
kiwiredist authored Oct 1, 2021
1 parent 8362d8e commit ae73826
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Product.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<?php
class Product {
public $judul,
$penulis,
$penerbit,
$harga,
$penulis,
$penerbit,
$harga,
}

$Product1 = new Product();
var_dump($Product1);
?>

0 comments on commit ae73826

Please sign in to comment.