Welcome Guest, Not a member yet? Register   Sign In
Call to a member function validate() on a non-object using own library
#7

(This post was last modified: 01-26-2015, 04:40 AM by sv3tli0.)

Just a notice...

When you have in constructor : $CI =& get_instance();

You can not reuse this variable into methods, because it is only at constructur..
Instead make:

$this->CI =& get_instance();

And at methods replace $CI with $this->CI
Best VPS Hosting : Digital Ocean
Reply


Messages In This Thread
RE: Call to a member function validate() on a non-object using own library - by sv3tli0 - 01-26-2015, 04:40 AM



Theme © iAndrew 2016 - Forum software by © MyBB