Welcome Guest, Not a member yet? Register   Sign In
Arrays
#3

[eluser]Todlerone[/eluser]
I tried this and I'm still getting the same error. TY for your response. Here is my model call.
Code:
function get_status_where($ptID, $cv){
        $this->db->where('demo_num_id', $ptID);
        $this->db->where('clinic_visit_id', $cv);
        $query = $this->db->get('plan_status');
        if($query->num_rows()>0){
            return $query->result_array();
        }
    }

TY again


Messages In This Thread
Arrays - by El Forum - 04-12-2011, 11:09 AM
Arrays - by El Forum - 04-12-2011, 11:59 AM
Arrays - by El Forum - 04-12-2011, 01:05 PM
Arrays - by El Forum - 04-12-2011, 01:08 PM
Arrays - by El Forum - 04-12-2011, 01:28 PM
Arrays - by El Forum - 04-12-2011, 01:32 PM
Arrays - by El Forum - 04-12-2011, 01:35 PM
Arrays - by El Forum - 04-12-2011, 01:39 PM
Arrays - by El Forum - 04-12-2011, 01:40 PM
Arrays - by El Forum - 04-12-2011, 01:44 PM
Arrays - by El Forum - 04-12-2011, 02:18 PM
Arrays - by El Forum - 04-12-2011, 03:02 PM



Theme © iAndrew 2016 - Forum software by © MyBB