Welcome Guest, Not a member yet? Register   Sign In
active query question
#2

[eluser]umefarooq[/eluser]
Code:
$this->db->select('*');
$this->db->from('table1');
$this->db->form('table2'); modified
$this->db->where('table1.id = table2.table1_id');
$this->db->where('table2.id',my_value);
$query = $this->db->get();


Messages In This Thread
active query question - by El Forum - 12-27-2009, 01:58 AM
active query question - by El Forum - 12-27-2009, 02:25 AM
active query question - by El Forum - 12-27-2009, 02:37 AM
active query question - by El Forum - 12-27-2009, 02:47 AM
active query question - by El Forum - 12-27-2009, 03:13 AM
active query question - by El Forum - 01-03-2010, 01:19 AM



Theme © iAndrew 2016 - Forum software by © MyBB