arsiarne

m_buat_ebook

Jul 13th, 2014
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. public function buat_ebook(){
  2.  
  3.  
  4. $data_baru= array(
  5. 'judul_ebook'=> $this->input->post('judul_ebook'),
  6. 'isi_ebook'=> $this->input->post('isi_ebook'),
  7. 'kat_ebook'=>$this->input->post('kat_ebook'),
  8. );
  9.  
  10. $simpan_data = $this->db->insert('ebook',$data_baru);
  11. return $simpan_data;
  12.  
  13.  
  14. }
Advertisement
Add Comment
Please, Sign In to add comment