P
Patrick Tingen
Guest
Perhaps I am missing something, but why do you still fetch the customers from the server inside your loop? In the setup part of the program (line 57-66) you already get all data for the customer table from the server in individual non-nested loops. Cool. But then why not run the query against tt_customer?
Continue reading...
Continue reading...