We often see the 404 error page while using websites. This error page will encounter only when we navigate to a broken link. In CodeIgniter,… Read More
Tag Archives: CodeIgniter
In this article, we will discuss the model in CodeIgniter in detail? At the first, let’s discuss the MVC structure in CodeIgniter. As we know… Read More
PHP has many frameworks like Laravel, CodeIgniter, etc., but “Codeignitor” is one of the popular MVC frameworks of PHP. Most of the developers prefer to… Read More
Models, Views, and Controllers (MVC) patterns are used by CodeIgniter to organized the files. This helps us to maintain the data, the presentation, and flow… Read More
A helper is considered to be a collection of functions that are aligned under a single particular category. Helpers are easily available in the CodeIgniter… Read More
Laravel Laravel is a PHP based framework. It is developed by Taylor Otwell June 2011 and it is free to open-source PHP web framework as… Read More