Welcome Guest, Not a member yet? Register   Sign In
db table joining issue? or, is there a better way?
#3

[eluser]FireMe[/eluser]
Thanks for the reply CroNiX so the best way to do it would be.

Code:
$this->db->select('quotes.id,
                   quotes.user_id,
                   quotes.file_id,
                   quotes.restore_type,
                   quotes.status,
                   quotes.price,
                   quotes.product_type,
                   file.id as f_id,
                   file.path,
                   file.user_id as f_user_id');


Messages In This Thread
db table joining issue? or, is there a better way? - by El Forum - 09-18-2013, 02:44 AM
db table joining issue? or, is there a better way? - by El Forum - 09-18-2013, 07:57 AM
db table joining issue? or, is there a better way? - by El Forum - 09-18-2013, 08:45 AM
db table joining issue? or, is there a better way? - by El Forum - 09-18-2013, 09:11 AM



Theme © iAndrew 2016 - Forum software by © MyBB