Passing Parameters in CodeIgniter Now we’ll see an example to pass parameters from controller to view. 1) Download CodeIgniter and name it.…
basic concept
-
-
Database Configuration In CodeIgniter, go to application/config/databse.php for database configuration file. In database.php file, fill the entries to connect CodeIgniter folder to…
-
Preventing, Enabling from CSRF In this tutorial we’ll learn to protect CodeIgniter application from the cross-site request forgery attack. It is one…
-
CodeIgniter Database INSERT record In this example, we will INSERT different values in database showing meaning of Indian names through CodeIgniter. In…
-
CodeIgniter Security Class CodeIgniter contain security class methods which will help to create a secure application and process input data. The methods…
-
Login page (with database) In earlier example, we learnt a simple login page with one single username and session. Now we’ll make…
-
CodeIgniter Tutorial CodeIgniter tutorial provides basic and advanced concepts of CodeIgniter. Our CodeIgniter tutorial is designed for beginners and professionals. CodeIgniter is…
-
CodeIgniter SELECT Database record To fetch all data from database, one more page in Model folder of CodeIgniter will be created. There…
-
URL Routing URLs in CodeIgniter are designed to be short and search engine friendly. It should make more sense to the visitors.…
-
CodeIgniter Driver Drivers are introduced in CodeIgniter 2.0 and onwards. What are Drivers These are special type of library that has a…