I need to generate a list of activity from multiple tables in order of the date they were entered into the tables, but when I spit them out (with php), I want each result to look specific to a design that I have for each table.
I.e... I have the tables: listings
, photos
, comments
I can pull the results with a MySQL join, but I don't know how to alter the results according to the table.
Does this make a sense?
The process is this: