Welcome Guest, Not a member yet? Register   Sign In
Error in the User Guide
#1

[eluser]callumd[/eluser]
In the Inserting Data section of the ActiveRecord page in the User Guide:

http://ellislab.com/codeigniter/user-gui...tml#insert

The $this->db->insert_batch(); heading shows some sample code ending with:

Code:
$this->db->update_batch('mytable', $data);

Should be..

Code:
$this->db->insert_batch('mytable', $data);




Theme © iAndrew 2016 - Forum software by © MyBB