Welcome Guest, Not a member yet? Register   Sign In
HMVC - Calling view (and other resources) that is located in another module
#4

[eluser]wiredesignz[/eluser]
@ckissi, Try prefixing the resource you wish to cross load with the module name.

Example:
Code:
$this->load->library('module/library');

For a module controller:
Code:
$this->load->module('module/controller');

//or

$this->load->module('module');  // module and controller share the same name.


Messages In This Thread
HMVC - Calling view (and other resources) that is located in another module - by El Forum - 07-18-2008, 06:09 AM



Theme © iAndrew 2016 - Forum software by © MyBB