Welcome Guest, Not a member yet? Register   Sign In
Cant extend Session library
#1

[eluser]Nekluh[/eluser]
Hi!

I'm converting to the latest codeigniter 2.02 and suddenly I can't extend the Session library.

I have the MY_Session.php in the /core/ folder and it looks like this

Code:
class MY_Session extends CI_Session {

    function __construct()
    {
        parent::__construct();
        echo "In extended session";
    }
}

I can extend the Controller and Model class without any problems.
Does anybody have the same problem? Ideas?


Messages In This Thread
Cant extend Session library - by El Forum - 05-03-2011, 03:22 AM
Cant extend Session library - by El Forum - 05-03-2011, 03:33 AM
Cant extend Session library - by El Forum - 05-03-2011, 03:23 PM



Theme © iAndrew 2016 - Forum software by © MyBB