Welcome Guest, Not a member yet? Register   Sign In
Problem with join
#5

[eluser]John_Betong[/eluser]
 
Try changing your join to something like this :
Code:
->join('roles as id_roles', 'id_roles.id = users.role')
->join('ranks as id_ranks', 'id_ranks.id = users.rank')
 
 
edit: forgot to change the table name


Messages In This Thread
Problem with join - by El Forum - 12-04-2009, 06:01 PM
Problem with join - by El Forum - 12-04-2009, 10:41 PM
Problem with join - by El Forum - 12-05-2009, 01:08 AM
Problem with join - by El Forum - 12-05-2009, 06:04 AM
Problem with join - by El Forum - 12-05-2009, 07:42 AM
Problem with join - by El Forum - 12-05-2009, 08:35 AM
Problem with join - by El Forum - 12-05-2009, 09:46 AM
Problem with join - by El Forum - 12-05-2009, 10:03 AM
Problem with join - by El Forum - 12-05-2009, 10:52 AM



Theme © iAndrew 2016 - Forum software by © MyBB