Welcome Guest, Not a member yet? Register   Sign In
DataMapper (OverZealous Edition) + HMVC
#2

[eluser]WanWizard[/eluser]
Datamapper also uses the HMVC module path to locate models.

Unfortunately, by default the path is only known from controllers inside the module. If you want to be able to load module models from outside the module, you can also use
Code:
$this->load->_add_module_path('module');
from HMVC's loader extension.


Messages In This Thread
DataMapper (OverZealous Edition) + HMVC - by El Forum - 08-09-2011, 09:23 AM
DataMapper (OverZealous Edition) + HMVC - by El Forum - 08-09-2011, 10:08 AM



Theme © iAndrew 2016 - Forum software by © MyBB