If you're doing a multisite, why not have separate databases? You could name the databases subdomain_ name_statusnet. (For instance, site1.yoursite.com could use a database named site1_statusnet, while site2.yoursite.com could use site2_statusnet as its database.)
That way, you have less risk of database corruption and a less confusing situation to manage.
@airstand For more security? I fail to see how using prefixes vs multiple databases increases security. All I can see is that it decreases reliability. Care to explain?
Comments
"Note that StatusNet must have its own database; you can't share the database with another program. You can name it whatever you want, though."
I'm editting the script to get it :D with the var $__table in each class is easy make it.
That way, you have less risk of database corruption and a less confusing situation to manage.
I'll try to do so.
Tanks!! ;)
I see in the classes $ __table without any prefix integrated.