CodeIgniter Course in Kanpur, India
Syllabus
INTRODUCTION TO CODEIGNITER
- Understanding the MVC Pattern Models
- How MVC works?
- Configuration CodeIgniter
- Setting up CodeIgniter with apache Environment eg. Enable mod_rewrite
- Configuration CodeIgniter to work with database
MODELS: CREATING UP MODEL FOR A DATABASE TABLE
- Fetching data
- Saving and updating data
- Deleting data
- User defined function in model
- Data Validation
CONTROLLER: CREATING CONTROLLER
- Controller function
- Interacting with model
- Interacting with views
- Controller variables and parameters
- Redirection
- Getting post data
VIEWS: CREATING VIEWS
- Working with configuration layout
- Creating custom layout
- Element and helpers
CODEIGNITER SESSION
- Storing data in cake session
- Reading a session data
- Delete data from session
Mini Project