I\'d like to do something like this:
SELECT table.id AS prefix_id, table.name AS prefix_name
... and have the prefix added dynamically to a
In mysqli you can use the php function
mysqli_fetch_fields()
for fieldinformations - so you get the tablename of each collumn