Welcome Guest, Not a member yet? Register   Sign In
User class not found
#5

(This post was last modified: 11-05-2015, 12:40 AM by Martin7483.)

How and to which class are you passing the utilities or user object?

Did a quick test with two libraries. One I called Utilities and the second one Test.
I then did this:
PHP Code:
$this->load->library('Utilities');
$this->load->library('Test', array($this->utilities)); 

Got 0 errors with this. So Utilities is not a reserved name within CI nore does CI change it in anyway that I chould see.
Reply


Messages In This Thread
User class not found - by helmut - 11-02-2015, 07:38 AM
RE: User class not found - by sv3tli0 - 11-02-2015, 08:02 AM
RE: User class not found - by helmut - 11-02-2015, 08:04 AM
RE: User class not found - by helmut - 11-04-2015, 08:55 AM
RE: User class not found - by wolfgang1983 - 11-09-2015, 02:06 PM
RE: User class not found - by Martin7483 - 11-04-2015, 09:14 AM
RE: User class not found - by helmut - 11-05-2015, 04:30 AM
RE: User class not found - by pdthinh - 11-05-2015, 04:37 AM
RE: User class not found - by Martin7483 - 11-05-2015, 04:48 AM
RE: User class not found - by helmut - 11-07-2015, 03:24 AM
RE: User class not found - by Martin7483 - 11-09-2015, 11:43 AM



Theme © iAndrew 2016 - Forum software by © MyBB