-
Notifications
You must be signed in to change notification settings - Fork 0
CI_Controller
Mathieu Nayrolles edited this page Jan 20, 2016
·
1 revision
Application Controller Class
This class object is the super class that every library in CodeIgniter will be assigned to.
- Class name: CI_Controller
- Namespace:
private object $instance
Reference to the CI singleton
- Visibility: private
- This property is static.
void CI_Controller::__construct()
Class constructor
- Visibility: public
object CI_Controller::get_instance()
Get the CI singleton
- Visibility: public
- This method is static.