Welcome Guest, Not a member yet? Register   Sign In
troubles using session
#1

[eluser]plainas[/eluser]
I am trying to initialize the session as described on the manual...


This is my code

Code:
<?php
class Query extends Controller {
    
    var $action_url;
    var $search_sites;
    
    function Query(){
        $this->load->library('session');

. . .

can anybody tell me what I am missing here?

I am getting this error:

Fatal error: Call to a member function library() on a non-object


Messages In This Thread
troubles using session - by El Forum - 12-13-2007, 10:43 PM
troubles using session - by El Forum - 12-13-2007, 11:41 PM
troubles using session - by El Forum - 12-14-2007, 12:28 AM



Theme © iAndrew 2016 - Forum software by © MyBB