09-19-2011, 02:15 AM
|
#2 (permalink)
|
|
The Addict
Join Date: Aug 2008
Posts: 336
Thanks: 8
|
what does $pages->paginate(); do?
I am not sure if maybe it has to do that you are trying to make a select union and selecting the fields by not using the table reference. For example, instead of
sql Code:
SELECT tblLoad_LoadID, tblLoad_Company ...
to
sql Code:
SELECT tbload.tbLoad_LoadID, ..., tblCode.tblCode_CodeID ...
Maybe that is why?
|
|
|
|