Advertisement
pinyink

Untitled

Jun 26th, 2019
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.13 KB | None | 0 0
  1. public function add_data($value)
  2.     {
  3.         # code...
  4.         $this->db->insert('biodata', $value);
  5.         return $this->db->affected_rows();
  6.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement