In CodeIgniter, to perform a database insert operation, the Model method used is ________.

  • add()
  • create()
  • insert()
  • save()
The correct method for performing a database insert operation in CodeIgniter is insert(). This method is used to insert data into the database table. It is essential for creating new records.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *