Delete Multiple Rows using Checkbox in Codeigniter 3 In this section, we are going to learn the use of the CodeIgniter application…
sending email
-
-
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 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.…
-
Model-View-Controller (MVC) CodeIgniter framework is based on MVC pattern. MVC is a software that gives you a separate logical view from the…
-
CodeIgniter Architecture CodeIgniter is designed to deliver maximum performance in less time within a clean environment. To achieve this, each developing process…
-
Models What is a Model In any application you need to call a function to retrieve some information from the database. Models…
-
Controller What is Controller A controller is the intermediary between models and views to process HTTP request and generates a web page.…