CodeIgniter Forums
load model in another modules in hmvc in codeigniter - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22)
+--- Thread: load model in another modules in hmvc in codeigniter (/showthread.php?tid=48160)



load model in another modules in hmvc in codeigniter - El Forum - 01-06-2012

[eluser]Unknown[/eluser]
I want to use The Modular Extensions HMVC in my Project like this:


modules
module01
models
models01.php
controllers
controller01.php
views
views01.php
module02
models
models01.php
controllers
controller01.php
views
views01.php
'
'

I've created it but I was faced with the problem

When i want to load model from a diffrent module ,what do i do?