Welcome Guest, Not a member yet? Register   Sign In
[solved] Modules: Loading helpers
#5

[eluser]Buso[/eluser]
ok, now I have tried to load only the helper from the 'users' module and it worked..

but i also need the helper from the other module, isn't there a way to have them both working? The name of the functions are different, so it's not a overriding problem.



edit: problem solved. Here's the solution:

Code:
$this->load->helper('html');
$this->load->module_helper('users','MY_html');


Messages In This Thread
[solved] Modules: Loading helpers - by El Forum - 11-10-2009, 08:53 AM
[solved] Modules: Loading helpers - by El Forum - 11-10-2009, 09:01 AM
[solved] Modules: Loading helpers - by El Forum - 11-10-2009, 09:03 AM
[solved] Modules: Loading helpers - by El Forum - 11-10-2009, 09:10 AM
[solved] Modules: Loading helpers - by El Forum - 11-10-2009, 09:15 AM



Theme © iAndrew 2016 - Forum software by © MyBB