Codeigniter
About Codeigniter
An open-source PHP fast development web framework called CodeIgniter is used to create dynamic websites. The widely used model-view-controller (MVC) programming pattern serves as a flexible foundation for CodeIgniter. Models and views are optional with CodeIgniter, but controller classes are a requirement. Hierarchical Model View Controller (HMVC), which enables developers to retain modular grouping of Controller, Models, and View organized in a sub-directory manner, may also be added to CodeIgniter.
Why is Codeigniter important?
Codeigniter features include:
- Model-View-Controller Based System.
- Extremely Light Weight.
- Full Featured database classes with support for several platforms.
- Query Builder Database Support.
- Form and Data Validation.
- Security and XSS Filtering.
- Session Management.
- Email Sending Class.
Who should take the Codeigniter Exam?
- Those who want to develop PHP dynamic applications and websites faster
- Anyone with basic Knowledge of OOP in PHP
- Students who want to become better at PHP and improve their careers
Codeigniter Certification Course Outline
- Get Started with CodeIgniter
- Controllers and automatic routing
- Create models and load them
- Database configuration
- Autoload components
- Use models and databases
- Database actions on a table
- Work with forms
- Work with browser headers
- Handle file uploads
- Form validation
- Form update with validation
- Logging and error logging
- CodeIgniter and Composer