Stay ahead by continuously learning and advancing your career. Learn More

Certificate in Codeigniter

Practice Exam
Take Free Test


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

  1. Get Started with CodeIgniter
  2. Controllers and automatic routing
  3. Create models and load them
  4. Database configuration
  5. Autoload components
  6. Use models and databases
  7. Database actions on a table
  8. Work with forms
  9. Work with browser headers
  10. Handle file uploads
  11. Form validation
  12. Form update with validation
  13. Logging and error logging
  14. CodeIgniter and Composer