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 Tutorial
-
-
CodeIgniter Installation Follow given steps to install CodeIgniter: 1) Download CodeIgniter from its official website. Download current version of CodeIgniter from its…
-
CodeIgniter Interview Questions A list of top frequently asked CodeIgniter interview questions and answers are given below. 1) What is CodeIgniter? CodeIgniter…
-
CodeIgniter Library What is a Library CodeIgniter provide a rich set of libraries. It is an essential part of CodeIgniter as it…
-
Features of CodeIgniter There is a huge demand for CodeIgniter framework in PHP developers due to its versatile features and advantages. A…
-
CodeIgniter License CodeIgniter is open source software, licensed under MIT License and its source code is maintained at GitHub. As it is…
-
File structure in CodeIgniter After unzipping the CodeIgniter folder you will get a file hierarchy of CodeIgniter files as shown below. CodeIgniter…
-
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…