[eluser]k2zs[/eluser]
[quote author="wiredesignz" date="1289718170"]Modular Extensions is pretty easy to use but you do need a good understanding of CodeIgniter OOP and PHP5 coding conventions.
I suggest you start with a clean CI 1.7 install again, add Modular Extensions and then move Welcome controller to a module. Then make Welcome extend MX_Controller. Make sure everything runs properly at each stage.
Don't forget to use PHP5 constructors for everything including Models
Go from there. Good Luck.[/quote]
Well I've spent a lot of time getting to know CI and I really am glad I found it.
Tonight I revisited Modular extensions and started with a clean install of CI 1.72 and the most current extensions download. I was able to get everything up and running without much trouble, just the usual learning curve stuff...
I have one question though... My main need for HMVC would be for modular page components and would rather not have them available through a url. How do I keep modular components hidden from the public?