Monday 30 April 2018

Codeigniter Database Tutorial | Database Connection | Display Data On Bu...







I created a video about how to connect with database and fetch data from table using MVC (Model, view and controller) of Codeigniter. It's a bit complicated process so before you see how to connect, you must master in normal php coding.
Model :- A place where you perform database operations(CRUD).

View :- A place where you interact with user.(GUI/website).

Controller :- A place where you connect model and view and also perform some validation if you want to.

No comments:

Post a Comment