HMVC controllers subfolders |
[eluser]Feathers And Down[/eluser]
Hi!, I just want to ask if HMVC support controllers subfolders. I mean... if I can have this: Code: application/modules/module1/controllers/subfolder1/subfolder2/../subfolderN/controller.php Code: ....../index.php/module1/subfolder1/subfolder2/.../subfolderN/controller/method/params1/... Currently i can't make it work, and this forums threads http://ellislab.com/forums/viewreply/474154/ http://ellislab.com/forums/viewreply/565548/ says that is not supported, but they are old threads, I want to know if now support this feature. I have another question but i will say it later =) Thanks in advance =). And good job for this great library
[eluser]wiredesignz[/eluser]
CodeIgniter allows one sub-directory level for controllers. Modular Extensions - HMVC follows that convention also.
[eluser]Feathers And Down[/eluser]
Thanks for reply You mean with "one sub_directory" something like this? Code: controllers/controller.php or Code: controllers/the_only_one_subfolder/controller.php Just to clarify. This issue could be added in wiki too. Thanks in advance.
[eluser]web-johnny[/eluser]
[quote author="Feathers And Down" date="1308539110"]Thanks for reply You mean with "one sub_directory" something like this? Code: controllers/controller.php or Code: controllers/the_only_one_subfolder/controller.php Just to clarify. This issue could be added in wiki too. Thanks in advance.[/quote] He mean the second senario the Code: controllers/the_only_one_subfolder/controller.php
|
Welcome Guest, Not a member yet? Register Sign In |