Welcome Guest, Not a member yet? Register   Sign In
codeigniter and mysql inner join creating problem
#2

[eluser]InsiteFX[/eluser]
Third parameter is the join type!
Code:
$this->db->join('tbl_sales', 'tbl_sales.customer_id = tbl_customer.customer_id', 'inner');

InsiteFX


Messages In This Thread
codeigniter and mysql inner join creating problem - by El Forum - 07-23-2011, 10:30 AM
codeigniter and mysql inner join creating problem - by El Forum - 07-23-2011, 11:37 AM
codeigniter and mysql inner join creating problem - by El Forum - 07-23-2011, 08:11 PM
codeigniter and mysql inner join creating problem - by El Forum - 07-23-2011, 08:26 PM



Theme © iAndrew 2016 - Forum software by © MyBB