CodeigniterHow to fetch data in CodeIgniterAnuj KumarNovember 29, 2018February 16, 2019 by Anuj KumarNovember 29, 2018February 16, 20192 12In previous tutorial we learned how to insert data into data in CodeIgniter. In this tutorial we will learn how to fetch data from database
CodeigniterCodeIgniter LibrariesAnuj KumarNovember 4, 2018February 16, 2019 by Anuj KumarNovember 4, 2018February 16, 201907Libraries used to provide common functionality that you want accessed by different parts of your app. They help provide a single point of entry that
CodeigniterCodeIgniter ControllersAnuj KumarJuly 14, 2018February 16, 2019 by Anuj KumarJuly 14, 2018February 16, 20192 12Controllers take care of moving the data between the model and the views, and directing traffic based on user actions. For example, when a user