I'm building a pretty standard website with the following sections:
Home, About us, Testimonials, News, and Contact us. Each section as it
is currently designed has similar data structure. So should I set up
one database table (i.e. articles) and then within that table identify
which page it appears on (i.e. id=1, section=aboutus, content=etc.) or
should I set up a separate table for each section?

And if I set up one table, does that screw up my controller and model
associations or will I still be able to use functionality like
scaffolding, etc?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to