CodeIgniter Framework download and installation.
CodeIgniter Folder structure & CodeIgniter User Guide.
CodeIgniter System folder to understand inbuilt libraries and helpers.
CodeIgniter Application folder to understand model view and controller structure.
Code Igniter URLs and usage in project.
Code Igniter URLs and usage in project.
Create your first controller and access with autoload concept & CodeIgniter Controllers.
CodeIgniter Reserved keywords and Names & CodeIgniter Views .
Create your first view and access with controller & CodeIgniter Models.
Create your first model and access with controller & CodeIgniter inbuilt Helpers and User Defined Helpers.
Create Your own defined Helpers in application folder.
CodeIgniter inbuilt Libraries and User Defined Libraries .
Create Your own defined libraries in application folder.
Usage of CI_Model and CI_Controller from Core controller in system folder.
CodeIgniter base_url() function to access codeigniter folder structure.
CodeIgniter inbuilt constants like APPPATH , BASEPATH to access folder structure & post and get method concept in CodeIgniter .
Use of post() and get() using inbuilt object input & CodeIgniter Drivers.
CodeIgniter Creating Your Own Drivers & CodeIgniter URI Routing.
CodeIgniter Alternative PHP Syntax, CodeIgniter Auto-loading Resources, CodeIgniter Common Functions, CodeIgniter Caching & CodeIgniter Error Handling.