Advertisement
rana

Add product insert

Nov 17th, 2011
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.14 KB | None | 0 0
  1.   public function add_product($data = array())
  2.   {
  3.     $this->db->insert('ishop_product', $data);
  4.     return $this->db->insert_id();
  5.   }
  6.  
  7.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement