NET
KUUP
SCIENCE & ENGINEERING
Search
Login
Language
(coming soon)
Insert statement
CodeIgniter
>
Insert row in database
Description
$this->db->insert( 'table_name', [ 'column_name_1' => $value1, 'column_name_2' => $value2 ]);
SEE ALSO
PHP :: Store object on file
JavaScript :: Get index of element in an array
JavaScript :: Get variable type
JavaScript :: Get random color
HTML :: Create a hello world example