[eluser]the_yk[/eluser]
Hi wiredesignz,
I love this modular things, and I've been playing with it for some times now.
It's great coz I don't have to put all my controller in one controllers folder anymore.
So my code can be categorized/modularized
But then, I have to create controllers folder inside my modules folder, and put my controller file there (also for models and others).
It makes my modules folder having so many subfolders inside it, although there are only one or two files inside each subfolders.
(well, not a big issue though :p )
It would be great if I can use an alternative way to put my controller file.
Rather than
modules/mymodule/controllers/mycontroller.php
modules/mymodule/controllers/anothercontroller.php
modules/mymodule/models/mymodel_model.php
I can use an alternative way
modules/mymodule/controller.mycontroller.php
modules/mymodule/controller.anothercontroller.php
modules/mymodule/model.mymodel_model.php
I think it may come in handy
Let me hear your thought.
my regards,
~yk~