devasatrio

edit_03

Apr 7th, 2018
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.10 KB | None | 0 0
  1. function index(){
  2.  $data['buku']=$this->M_buku->tampil_data();
  3.  $this->load->view('main',$data);
  4. }
Advertisement
Add Comment
Please, Sign In to add comment