Re: Best practices for organizing tables?

2007-12-05 Thread BravoFoxtrot
Thanks for the offer. I'd prefer to just have a few examples of best practices though. We will be making heavy use of plugins and we just wanted an example of way to organize the tables. --~--~-~--~~~---~--~~ You received this message because you are subscribed t

Re: Best practices for organizing tables?

2007-11-30 Thread Comida411
Hi I've spent a lot of time designing dbs that are cke compliant.. I rather enjoy it.. If you want me to design yours i will.. Tahnk you [EMAIL PROTECTED] On Nov 29, 3:33 pm, BravoFoxtrot <[EMAIL PROTECTED]> wrote: > What are the best practices for organizing tables? > > M

Re: Best practices for organizing tables?

2007-11-30 Thread BravoFoxtrot
I think I'll use prefixes. I forgot about the $useTable variable. I remember reading about it now that you mention it. thanks for the reply. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To pos

Re: Best practices for organizing tables?

2007-11-29 Thread Grant Cox
I'm not familiar with Postgres or schemas, but I think a prefix is suitable. The table name does not need to affect the MVC names - just set var $useTable = 'whatever_long_table_name' in your model. On Nov 30, 6:33 am, BravoFoxtrot <[EMAIL PROTECTED]> wrote: > What ar

Best practices for organizing tables?

2007-11-29 Thread BravoFoxtrot
What are the best practices for organizing tables? My scenario is that I want to have a number of common tables and then create a number of modules (plugins) that share the common tables. I would like to keep the plugin tables organized in some way. For example I have the following common