Skip to content

Batmunkh/CI_ListControllers

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Controllerlist

A simple library to list all your controllers and methods of your Codeigniter application.

Usage

Copy the file "Controllerlist.php" to your application/libraries folder. In one of your controllers do the following:

$this->load->library('controllerlist');
print_r($this->controllerlist->getControllers());

This will show you an array with all the controllers and their methods.

Contact me at Cleverweb

About

List all controllers in a Codeigniter App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published