Creating your own libraries: You can easily create your own libraries. The first step in creating a library is to create a file inside the System/appl…
CodeIgniter library: A CodeIgniter library is simply a class file that abstracts functionality into easy-to-use functions that take much of the strain…
Route configuration generally used for remapping URL string. Typically there is a one-to-one relationship between an URL string and its corresponding …
Everyone should want to remove trailing index php from URL after installing CodeIgniter. Removing Index.php from URL, it looks clean and more search e…
In continuation of basic configuration tutorial, now we are going to configure our database for the web application. The database is most important (B…
In continuation of our CodeIgniter tutorials, the next step we are setting up some basic configuration. We can manage our CodeIgniter configuration fr…
Although you have heard this term MVC mentioned in the previous article. MVC is an approach to separating your applications into three segments: Model…
In the previous post, we know how to setup CodeIgniter on your local environment. To proceed with configuration it is very important to know Applicati…