Showing posts from October, 2017Show all
Pagination in CodeIgniter

Hello Guys! Today I'm going to explain a simple application based on CodeIgnite Pagination. I think you are aware of pagination word. It simply means showing the page numbers. Here I will fetch data from a database and display them in the front end. In addition …

Configure Bootstrap in CodeIgniter

Today I came with a very short tutorial on configuring Bootstrap in CodeIgniter. Some people are still not getting Bootstrap styles, when they started coding a project. The reason behind this is the wrong configuration of Bootstrap in CodeIgniter. I will expla…

Essential configuration Tips to start a CodeIgniter Project

Hi guys! Welcome back to CodeIgniter tutorials. Today I thought to explain the basic things on starting a project using CodeIgniter. What are the basic configurations? Here I will exactly mention the essential configurations needed to run any project using this fr…