Delete Multiple Rows using Checkbox in Codeigniter 3 In this section, we are going to learn the use of the CodeIgniter application…
Codeigniter Tutorial
-
-
Dynamic Highcharts in Codeigniter 3 In this section, we are going to use Codeigniter 3 so that we can get dynamic highcharts.…
-
CodeIgniter URL CodeIgniter URLs are SEO friendly. Instead of using a ‘query-string’ approach, it uses a segment-based approach. Basic URL structure abc.com/class/function/ID…
-
Welcome to my site CodeIgniter is PHP driven framework but it’s not a PHP substitute. Diving into CodeIgniter doesn?t mean you are…
-
Login Form in CodeIgniter (without MySQL) Here, we’ll make a simple login page with the help of session. Go to file autoload.php…
-
Upload Multiple File and Image in Codeigniter In this section, we will learn how to upload more than one image and file…
-
CodeIgniter Methods In the earlier Hello World example, our method name is index(). By default Controller always calls index method. If you…
-
What is CodeIgniter For building a web application you spend a lot of time in writing the same code again and again.…
-
CodeIgniter Architecture CodeIgniter is designed to deliver maximum performance in less time within a clean environment. To achieve this, each developing process…
-
Model-View-Controller (MVC) CodeIgniter framework is based on MVC pattern. MVC is a software that gives you a separate logical view from the…