Delete Multiple Rows using Checkbox in Codeigniter 3 In this section, we are going to learn the use of the CodeIgniter application…
libraries
-
-
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…
-
CodeIgniter Driver Drivers are introduced in CodeIgniter 2.0 and onwards. What are Drivers These are special type of library that has a…
-
CodeIgniter First Example A controller is set up to handle static pages. A controller is a class that simplifies the work in…
-
Views What is view View folder contains all the markup files header, footer, sidebar, etc. They can be reused by embedding anywhere…
-
In a professional context it often happens that private or corporate clients corder a publication to be made and presented with the…
-
CodeIgniter Versions v3.1.0 (this is the current version) v3.0.6 v3.0.5 v3.0.4 v3.0.3 v3.0.2 v3.0.1 v3.0.0 v2.2.3 v2.2.3 v2.2.2 v2.2.1 v2.1.4 v2.1.3 v2.1.2…
-
CodeIgniter Hooks In CodeIgniter, hooks are events which can be called before and after the execution of a program. It allows executing…