Re: dynamic table names in wordpress

2006-11-09 Thread georgeL
wp mu is just changeing the prefix of the tables. you can also set the table prefix inside cake somewhere. maybe this is a possible way --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to t

Re: dynamic table names in wordpress

2006-11-09 Thread [EMAIL PROTECTED]
HmmCan't he change the $useTable variable to reflect the name of the table he is working with? Or does that var have to be set before the class is loaded? On Nov 9, 5:08 pm, "mozey" <[EMAIL PROTECTED]> wrote: > unfortunat. But, it sure did help. thank you. --~--~-~--~~--

Re: dynamic table names in wordpress

2006-11-09 Thread mozey
unfortunat. But, it sure did help. thank you. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send em

Re: dynamic table names in wordpress

2006-11-08 Thread Chris Hartjes
On 11/8/06, mozey <[EMAIL PROTECTED]> wrote: > > still not having any luck with this guys, any input? > > You won't be able to use the built-in db model stuff if you have constantly changing table names. That would require changes to the model classes themselves, which is likely a topic way bey

Re: dynamic table names in wordpress

2006-11-08 Thread mozey
still not having any luck with this guys, any input? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group,

dynamic table names in wordpress

2006-11-03 Thread mozey
i'm working on writing plugins for the multiuser version of wordpress. Which creates a whole bunch of new tables for everyuser. By default, it produces 8 tables for each user, my plugin will add two more, but lets assume, that the number of tables per user is m, and we have n users. wp-1-firstta