Welcome Guest, Not a member yet? Register   Sign In
Hey i need some suggestions
#4

[eluser]Vicente Russo[/eluser]
[quote author="halwaraj" date="1236944934"]Now, I tried to use the $this->load in the helper class but it is not allowed. Now, I loaded the Model class in controller and passed it as an argument to the function in helper class. This worked fine.[/quote]

Hi,

Try this on your helper, before $this->load

Code:
$CI =& get_instance();

Then, instead of $this-> you'll use $CI->load


Messages In This Thread
Hey i need some suggestions - by El Forum - 03-13-2009, 12:48 AM
Hey i need some suggestions - by El Forum - 03-13-2009, 02:12 AM
Hey i need some suggestions - by El Forum - 03-13-2009, 04:38 AM
Hey i need some suggestions - by El Forum - 03-13-2009, 06:19 AM



Theme © iAndrew 2016 - Forum software by © MyBB