Welcome Guest, Not a member yet? Register   Sign In
Having troubles with Loader class and HMVC
#4

[eluser]wiredesignz[/eluser]
All you really need is to leave views and add an offset for load->view() to use the templates directory, something like:
Code:
$config['templates'] = '../templates/';
$templates = config_item('templates');
$this->load->view($templates.'someTemplate', $data);


Messages In This Thread
Having troubles with Loader class and HMVC - by El Forum - 11-29-2009, 12:43 PM
Having troubles with Loader class and HMVC - by El Forum - 11-29-2009, 01:08 PM
Having troubles with Loader class and HMVC - by El Forum - 11-29-2009, 01:45 PM
Having troubles with Loader class and HMVC - by El Forum - 11-29-2009, 05:32 PM
Having troubles with Loader class and HMVC - by El Forum - 11-30-2009, 05:24 AM



Theme © iAndrew 2016 - Forum software by © MyBB