CodeIgniter Forums
Autoload models in modules help - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Autoload models in modules help (/showthread.php?tid=20895)



Autoload models in modules help - El Forum - 07-24-2009

[eluser]Creative Stasis[/eluser]
Forgive me if this is posted somewhere. I can't find it for the life of me.

I simply need to autoload models that are in modules using the modular extensions - hmvc. Anybody have some insight as to how I can do this through the config/autoload.php file?

Thanks


Autoload models in modules help - El Forum - 07-25-2009

[eluser]TheFuzzy0ne[/eluser]
I'm unsure how HMVC works, but I'd assume that you can auto load a model from the autoload.php. Have you tried it?