Welcome Guest, Not a member yet? Register   Sign In
HMVC controllers subfolders
#1

[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
and call them as
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
#2

[eluser]wiredesignz[/eluser]
CodeIgniter allows one sub-directory level for controllers. Modular Extensions - HMVC follows that convention also.
#3

[eluser]Feathers And Down[/eluser]
Thanks for reply

You mean with "one sub_directory" something like this?

Code:
controllers/controller.php
where "controllers" is sub-folder ??

or

Code:
controllers/the_only_one_subfolder/controller.php
where "the_only_one_subfolder" is sub-folder ??

Just to clarify. This issue could be added in wiki too.

Thanks in advance.
#4

[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
where "controllers" is sub-folder ??

or

Code:
controllers/the_only_one_subfolder/controller.php
where "the_only_one_subfolder" is sub-folder ??

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
#5

[eluser]Feathers And Down[/eluser]
Ok, thank you very much for your time.




Theme © iAndrew 2016 - Forum software by © MyBB