Advertisement
Guest User

Untitled

a guest
Dec 15th, 2019
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.11 KB | None | 0 0
  1. public function create($data_products){
  2.         //Query INSERT INTO
  3.         $this->db->insert('products', $data_products);
  4.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement