$instance
$instance : object
Reference to the CI singleton
Application Controller Class
This class object is the super class that every library in CodeIgniter will be assigned to.
index()
Index Page for this controller.
Maps to the following URL http://example.com/index.php/welcome
So any other public methods not prefixed with an underscore will
map to /index.php/welcome/
Loading…