Welcome Guest, Not a member yet? Register   Sign In
[SOLVED!] unable to retrieve detail list
#17

[eluser]maria clara[/eluser]
hi,,

i have a problem with these scripts..
Code:
$item = $this->input->post("item");

$this->db->join('maint_company','sec_companyaccess.company_id=maint_company.company_id','left');
        $this->db->join('sec_users ','sec_companyaccess.user_id=sec_users.user_id','left');
        #$item = $this->input->post('sec_users.user.id');
        $this->db->from('sec_companyaccess');
        $this->db->where("sec_companyaccess.user_id", $item);
        $count = $this->db->count_all_results();

the $item is not populating any value for the rowid so that i have not getting the details from my master grid..

but when i change

Code:
$this->db->where("sec_companyaccess.user_id", $item);

to

Code:
$this->db->where("sec_companyaccess.user_id", 1);

the $item is now populating...

can anyone help me???
glad to see replies..

thanks in advance..

regards,
kahtrina


Messages In This Thread
[SOLVED!] unable to retrieve detail list - by El Forum - 01-25-2010, 09:41 PM
[SOLVED!] unable to retrieve detail list - by El Forum - 01-26-2010, 04:52 PM
[SOLVED!] unable to retrieve detail list - by El Forum - 01-26-2010, 07:31 PM
[SOLVED!] unable to retrieve detail list - by El Forum - 01-26-2010, 07:37 PM
[SOLVED!] unable to retrieve detail list - by El Forum - 01-26-2010, 07:45 PM
[SOLVED!] unable to retrieve detail list - by El Forum - 01-26-2010, 07:49 PM
[SOLVED!] unable to retrieve detail list - by El Forum - 01-26-2010, 07:53 PM
[SOLVED!] unable to retrieve detail list - by El Forum - 01-26-2010, 07:55 PM
[SOLVED!] unable to retrieve detail list - by El Forum - 01-26-2010, 07:59 PM
[SOLVED!] unable to retrieve detail list - by El Forum - 01-26-2010, 08:19 PM
[SOLVED!] unable to retrieve detail list - by El Forum - 01-26-2010, 08:21 PM
[SOLVED!] unable to retrieve detail list - by El Forum - 01-26-2010, 08:26 PM
[SOLVED!] unable to retrieve detail list - by El Forum - 01-26-2010, 08:28 PM
[SOLVED!] unable to retrieve detail list - by El Forum - 01-26-2010, 08:35 PM
[SOLVED!] unable to retrieve detail list - by El Forum - 01-26-2010, 11:20 PM
[SOLVED!] unable to retrieve detail list - by El Forum - 01-27-2010, 08:02 PM
[SOLVED!] unable to retrieve detail list - by El Forum - 02-01-2010, 07:33 PM
[SOLVED!] unable to retrieve detail list - by El Forum - 02-01-2010, 09:56 PM



Theme © iAndrew 2016 - Forum software by © MyBB