Someone asked for further clarification...
I'm trying to develop a system in which I can set up a single database for a client and they can set up multiple projects within their database, say a website, an intranet, and something else. I want to do this because most webhosts accross which I've come charge additional fees per database (but not per table!).
Example Tables:
table1
id | field1 | field2 | field 3
table2
id | field1 | field2 | field 3
proj_master
proj_id | proj_name | proj_description | tables in this project?
My goal is to associate table1 with project 2 and table 2 with project 9, etc., so that the admin can log in and get a "system overview" with things like system status and tables and files organized by project (this last part is that to which my question relates).
Thanks!
digiboi