CodeIgniter Model
Models deals with back end operations. Fetch data from the database and send it to the controller. All database related manipulation is done by CI Model. For ex – Select, Fetching records, update, and...
Models deals with back end operations. Fetch data from the database and send it to the controller. All database related manipulation is done by CI Model. For ex – Select, Fetching records, update, and...