Ability to Prefix the tables
Status: Beta
Brought to you by:
zipo
Hi,
I think it would be nice to be able to use prefixes on
the tables. This would help those that only have
access to 1 database, or those that wish to host
multiple copies on one website with one database. It
could work somthing like this:
In your functions.php, you could have $prefix, that is
global.
for example:
$prefix = divx;
and could be used in the index.php like so:
make sure this is there somewhere:
global $prefix;
$result = mysql_query("select * from
$prefix"._movies." order by $sort ASC");
If i can help let me know.
Logged In: YES
user_id=328894
I will try to make the changes for the next release...maybe
you can help me make the admin interface ??