How To Display Data in Codeigniter JSON Format Using CURL Operations
How To Display Data in Codeigniter JSON Format Using CURL Operations
Learn how to conduct unit testing in Codeigniter using PHPunit.
Create CodeIgniter Multiple Database
Learn how you can show custom 404 page in codeigniter when users get 404 error code.
Learn how you can easily implement CAPTCHA in your CodeIgniter projects.
CodeIgniter application usually have at least one database. In an average project, the database produces a lot of queries that need to be presented. The problem is that the display of the results could be messy. This is where pagination in CodeIgniter comes to the rescue. In this tutorial, I will demonstrate how to use this technique in your CodeIgniter projects. I will start with the Model, then Controller and finally with the View.