Insert multiple rows with CodeIgniter - Arjunphp
In this post, I will show you how to insert multiple rows in CodeIgniter by using CI's active records library. CI active record has a function insert_batch().By using this function we can insert multiple rows with a single query and You can either pass an array or an object to the function.