Welcome Guest, Not a member yet? Register   Sign In
hmvc load helper, how?
#1

[eluser]Kunzilla[/eluser]
Hi,

i want to load helper within the module folders. (hmvc by wiredesignz)

Code:
$this->load->helper('news/news_helper.php');

File location: /modules/news/helper/news_helper.php

But i get this message:

Code:
Unable to load the requested file: helpers/news_helper.php

I've checked the $this->load vars and found this:

Code:
[_ci_helper_paths:protected] => Array
        (
            [0] => web/third_party/
            [1] => web/
            [2] => C:/xampp/htdocs/dev/framework/
        )

I think the [1] item must called web/modules/news/ or something. Any idea to fix this?

thanks!




Theme © iAndrew 2016 - Forum software by © MyBB