On Fri, Jul 27, 2012 at 9:04 PM, Don <danfar...@hotmail.com> wrote:

> What are some best practices in structuring the website database to
> accomodate good integration with an MVC model?


MVC is really doesn't have anything to do with the database structure. The
closest you'd get to anything having to do with the database itself would
be ORM, which can fit into the "M" (model) of MVC quite nice but really
doesn't have anything to with the database design itself.

Instead of what you actually asked, you are probably instead looking either
for information on good relational database design or some
good documentation on ORM, both of which are readily available via Google.
If you get into one or the other and have a more specific question, then
come back and ask *that* of the list.

-Cameron

...


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352013
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to