Welcome Guest, Not a member yet? Register   Sign In
Library playing me up!
#1

[eluser]Adam Griffiths[/eluser]
Hey!

I am writing an authentication library, firstly, here is my constructor.

Code:
function Auth($config)
    {
        $CI =& get_instance();
        $CI->load->library('session');
    }

I get this error, whenever I use $CI->function->parameter('value'); from any other function in the auth class.

Quote:A PHP Error was encountered

Severity: Notice

Message: Undefined variable: CI

Filename: libraries/Auth.php

Line Number: 53


A PHP Error was encountered

Severity: Notice

Message: Trying to get property of non-object

Filename: libraries/Auth.php

Line Number: 53

Line 53 is...

Code:
$CI->load->library('session');

I am running PHP 5.2.5 The user guide only says that PHP 4 has problems returning the codeigniter instance from a constructor...I have also tried using __construct as my constructor name but it has the same end result.

All comments welcome.

Thanks Smile


Messages In This Thread
Library playing me up! - by El Forum - 08-16-2008, 04:27 PM
Library playing me up! - by El Forum - 08-16-2008, 05:22 PM
Library playing me up! - by El Forum - 08-16-2008, 05:39 PM
Library playing me up! - by El Forum - 08-16-2008, 11:39 PM
Library playing me up! - by El Forum - 08-16-2008, 11:52 PM
Library playing me up! - by El Forum - 08-17-2008, 12:07 AM
Library playing me up! - by El Forum - 08-17-2008, 03:30 AM
Library playing me up! - by El Forum - 08-17-2008, 05:04 AM
Library playing me up! - by El Forum - 08-17-2008, 05:48 AM
Library playing me up! - by El Forum - 08-17-2008, 09:41 AM
Library playing me up! - by El Forum - 08-17-2008, 11:20 AM
Library playing me up! - by El Forum - 08-17-2008, 12:17 PM
Library playing me up! - by El Forum - 08-17-2008, 05:24 PM
Library playing me up! - by El Forum - 08-17-2008, 07:26 PM
Library playing me up! - by El Forum - 08-18-2008, 05:56 AM
Library playing me up! - by El Forum - 08-18-2008, 07:26 AM



Theme © iAndrew 2016 - Forum software by © MyBB