What is the primary purpose of a Model in CodeIgniter?

  • Data manipulation
  • Database connectivity
  • File handling
  • User interface design
In CodeIgniter, a Model is primarily used for database connectivity. It facilitates data manipulation and interacts with the database, ensuring separation of concerns in the MVC architecture.
Add your answer
Loading...

Leave a comment

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