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.