Best CodeIgniter Development Books to Buy in January 2026
1
CodeIgniter 2 Cookbook
BUY & SAVE
2 $54.99
CodeIgniter: Learn By Coding
BUY & SAVE
3 $2.99
PHP CodeIgniter
BUY & SAVE
4 $55.22
CodeIgniter: Produtividade na criação de aplicações web em PHP (Portuguese Edition)
BUY & SAVE
5 $9.99
CodeIgniter: Web Framework (PHP Book 1)
BUY & SAVE
6 $1.00
Desvendando o CodeIgniter 4 (Portuguese Edition)
BUY & SAVE
$9.99
+
ONE MORE?
To create a new controller in CodeIgniter, follow these steps:
- Open your CodeIgniter project's application folder.
- Navigate to the controllers folder within the application folder.
- Create a new PHP file with a filename that corresponds to the name of your desired controller. For example, if you want to create a controller named "Home", create a file named "Home.php".
- Open the newly created PHP file in a text editor or IDE of your choice.
- Add the following code snippet to the PHP file: