12-14-2009, 04:41 AM
[eluser]rogierb[/eluser]
$this-> (the CI superobject)does not exists in a helper or in a library.
Read the user guide and you will understand why.
A tip: you have to use get_instance()
$this-> (the CI superobject)does not exists in a helper or in a library.
Read the user guide and you will understand why.
A tip: you have to use get_instance()