Learn CodeIgniter from Scratch by Building a Project (003 - Taking a Look at Directory Structure)
We are going to take a look at the directory structure of our CodeIgniter application
We are going to take a look at the directory structure of our CodeIgniter application
This is second part of the series, in this tutorial we will taking a deep dive in what is MVC (Model - View - Controller), why we use it, and why it imakes a developer life soo easy
In this this part of the series we will download codeigniter and run the welcome codeigniter page
This is a web series for any one who wants to start using CodeIgniter in the shortest time by creating a full project by incorporating maximum parts of development.
Using server side processing is great when you have huge database. DataTables provide an efficient way to handle this situations, but integrating server side processing is a bit tricky. This tutorial is a step-by-step integration of famous Jquery Datatable with CodeIgniter.