adspace


What is model in codeigniter?

Answer Posted / Kajod Mal Meena

In CodeIgniter, a model represents the data layer of an application. It interacts with the database to perform CRUD (Create, Read, Update, Delete) operations.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to add / link an images/css/javascript from a view in ci?

717