Welcome Guest, Not a member yet? Register   Sign In
Load Widget Hmvc
#1

[eluser]boytun[/eluser]
Hello my friends.

Please I have a big problem.
I try to load my widgets, based on the Hmvc architecture, in the mvc view.
I get to cases:

1st case:
when my view is loacated directly on the views floder, everything works fun.

second case:
when my view is located in another floder into views floder, I get errors.

So, please can any one have a solution for my problem?

Thanks in advance
#2

[eluser]Harold Villacorte[/eluser]
When you load resources from outside the module make sure to include the module name:
Code:
$this->load->view('module/resource');




Theme © iAndrew 2016 - Forum software by © MyBB