Controllers in CodeIgniter can extend the core class CI_Controller or ________ for more specialized functionality.

  • Base_Controller
  • Extended_Controller
  • MY_Controller
  • Special_Controller
In CodeIgniter, controllers can extend the core class CI_Controller for standard functionality. For more specialized functionality and to create a base controller with custom methods, you can create a new file named MY_Controller.php and extend CI_Controller.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *