Hi,

I'm fairly new to this group and have been enjoying and learning from
the exchanges for about a week now.

I have a simple question that I cannot see explicitly answered
anywhere.

Let's say I want to create a table in my database to keep track of my
contacts. Because of database normalization I end of with four tables:

contacts
contact_emails (contact_id)
contact_numbers(contact_id)
companies(contact_id)

So my question is.. am I obligated to build a model for each table or
can I create a model and controller and views for only `Contact` ?

Thank you in advance for all answers

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" 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