Welcome Guest, Not a member yet? Register   Sign In
What is the best way for data in user section
#6

[eluser]Michal1[/eluser]
Hey, thanks for the help. I reedit your code little bit as there were some mistakes and it almost works.

The only problem is with:

Code:
function validate()
    
    {
        if ($query=$this->login_model->validate_login())
        
        {
        $data = array (
            
            'logged_in'=> true,
                'user_ids'=>$query->id
            
                )    ;
                
            $this->session->set_userdata($data);    
            redirect('site');
        }


in user_ids part where I am inserting $query->id (which as you said should insert a id value from database. But it does not insert it Sad and I dont know why.

If I insert some value manually for example user_ids'=>'2' then the whole works perfectly then. So there must be some probably with $query->id


Messages In This Thread
What is the best way for data in user section - by El Forum - 03-06-2011, 05:10 AM
What is the best way for data in user section - by El Forum - 03-06-2011, 05:20 AM
What is the best way for data in user section - by El Forum - 03-06-2011, 11:59 AM
What is the best way for data in user section - by El Forum - 03-06-2011, 12:29 PM
What is the best way for data in user section - by El Forum - 03-06-2011, 02:07 PM
What is the best way for data in user section - by El Forum - 03-07-2011, 01:24 AM
What is the best way for data in user section - by El Forum - 03-07-2011, 02:25 AM
What is the best way for data in user section - by El Forum - 03-07-2011, 02:34 AM
What is the best way for data in user section - by El Forum - 03-07-2011, 02:36 AM
What is the best way for data in user section - by El Forum - 03-07-2011, 02:45 AM
What is the best way for data in user section - by El Forum - 03-07-2011, 02:48 AM
What is the best way for data in user section - by El Forum - 03-07-2011, 02:51 AM
What is the best way for data in user section - by El Forum - 03-07-2011, 02:53 AM
What is the best way for data in user section - by El Forum - 03-07-2011, 02:58 AM
What is the best way for data in user section - by El Forum - 03-07-2011, 03:01 AM
What is the best way for data in user section - by El Forum - 03-07-2011, 03:01 AM
What is the best way for data in user section - by El Forum - 03-07-2011, 03:04 AM
What is the best way for data in user section - by El Forum - 03-07-2011, 03:06 AM



Theme © iAndrew 2016 - Forum software by © MyBB