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.
Loading...
Related Quiz
- In CodeIgniter, how can you enable full query string support in URLs?
- In CodeIgniter, the logging level that includes error messages, debug messages, and informational messages is known as ________.
- How does the Query Builder in CodeIgniter help in preventing SQL injection?
- Which CodeIgniter method checks whether the current database platform supports transactions?
- In CodeIgniter, the class used for file uploads is named ________.