Codeigniter HMVC how to list all modules |
[eluser]CroNiX[/eluser]
Not sure why you'd need to do something like that, but you'd have to do that all manually. 1) Cycle through your modules dir and get filenames 2) Cycle through each modules controllers dir and get controller file name 3) Use the ReflectionClass to get the methods of each controller |
Messages In This Thread |
Codeigniter HMVC how to list all modules - by El Forum - 07-08-2014, 05:44 AM
Codeigniter HMVC how to list all modules - by El Forum - 07-09-2014, 12:19 AM
Codeigniter HMVC how to list all modules - by El Forum - 07-09-2014, 07:29 AM
Codeigniter HMVC how to list all modules - by El Forum - 07-09-2014, 02:26 PM
Codeigniter HMVC how to list all modules - by El Forum - 07-09-2014, 02:43 PM
|