Welcome Guest, Not a member yet? Register   Sign In
load library from different module in HVMC
#3

[eluser]PhilTem[/eluser]
If one of your libs extends another lib from another module I'd say you didn't quite get the principle of HMVC which is modular separation. Separation includes separation of dependencies. Therefore, having a common/vo_abstract library being implemented by test/my_vo is not what HMVC enables you to have.

Either you should rethink the modular separation definition in regard to your files. Or search for
Code:
Modules::$locations
in your HMVC extension (I'm assuming you're using @wiredesignz HMVC). It will give you paths to all module location which you may loop through and load the library once you found the module's name (which should not be changed once it's named Wink )


Messages In This Thread
load library from different module in HVMC - by El Forum - 09-21-2012, 07:03 AM
load library from different module in HVMC - by El Forum - 09-22-2012, 10:12 PM
load library from different module in HVMC - by El Forum - 09-23-2012, 11:46 AM



Theme © iAndrew 2016 - Forum software by © MyBB