Re: howto chang table prefix on the fly

2008-10-24 Thread paydjo
On Fri, Oct 24, 2008 at 5:09 PM, wirtsi <[EMAIL PROTECTED]>wrote: > > That sounds like a terribe design idea. Why don't you use the users id > as foreign key in posts (ie user_id)? > its for performance. wordpress mu inspirated my team for this database design. the problem is I can't change tabl

Re: howto chang table prefix on the fly

2008-10-24 Thread wirtsi
That sounds like a terribe design idea. Why don't you use the users id as foreign key in posts (ie user_id)? On 24 Okt., 09:34, paydjo <[EMAIL PROTECTED]> wrote: > I build application for multi user that separate table for every user. > there would be user1_posts, user2_posts, user3_posts,  ...,

howto chang table prefix on the fly

2008-10-24 Thread paydjo
I build application for multi user that separate table for every user. there would be user1_posts, user2_posts, user3_posts, ..., userX_posts X = user.id is it possible to change tablePrefix on the fly ? -- http://paydjo.net/ --~--~-~--~~~---~--~~ You received t