Welcome Guest, Not a member yet? Register   Sign In
MySQL Text field
#5

[eluser]attosolutinos[/eluser]
You are correct. That function does not select the field that is because it is the wrong function. Here is the correct function

$this->db->where(array('memberid'=>$id));
$this->db->join("csa.pickuploc","member.pickupid=pickuploc.pickupid");
$query = $this->db->get("csa.member");
return $query;

I have not tried to build my own query and try that yet. But that is my next step. any other suggestions???


Messages In This Thread
MySQL Text field - by El Forum - 11-14-2008, 12:13 AM
MySQL Text field - by El Forum - 11-14-2008, 03:50 AM
MySQL Text field - by El Forum - 11-14-2008, 07:18 AM
MySQL Text field - by El Forum - 11-14-2008, 07:31 AM
MySQL Text field - by El Forum - 11-15-2008, 11:45 PM



Theme © iAndrew 2016 - Forum software by © MyBB