Showing posts with label display data from database. Show all posts
Showing posts with label display data from database. Show all posts

Thursday, November 24, 2016

How to Fetch Data From Database in CodeIgniter

How to fetch data from database to view? In this tutorial, we're going to fetch list of students from the database and display it in a view. CodeIgniter allows us to connect to our database either through the Controller or the Model. We will be connecting to our database through the controller on this tutorial.