Codeigniter HMVC how to list all modules |
[eluser]ivantcholakov[/eluser]
@CroNiX About 3) The Reflection approach. All the controller definitions are going to be loaded in memory. There is a probability controllers classes with same names to be tried to be parsed by PHP - this will cause an error. ----------------------- A library that parses the syntax of the php files to extract class names and public method names is another possible way for 3). This is an extraordinary task. |
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
|