Advertisement
oimtrust

index_crud-pdo-oop

Dec 28th, 2016
2,155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.16 KB | None | 0 0
  1. <?php
  2.     //Untuk menampilkan view
  3.     include 'app/view/header.php';
  4.     include 'app/view/menu.php';
  5.     include 'app/view/index.php';
  6.     include 'app/view/footer.php';
  7.  ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement