MySQL Forums
Forum List  »  PHP

Re: PHP / MySQL advice
Posted by: Peter Brawley
Date: August 06, 2014 11:15AM

The first thing to do is to write a complete spec for the DB and the app. An outline of how to do that is at www.artfulsoftware.com/dbdesignbasics.html.

At that point, you have a preliminary understanding of the problem. I'd next browse http://www.databaseanswers.org/data_models/ for a model that is close enough to the spec to use, or at least start from. In the unlikely event that there is no such model, go ahead and translate your model into a database as described at www.artfulsoftware.com/dbdesignbasics.html, and proceed from there.

Options: ReplyQuote


Subject
Written By
Posted
August 06, 2014 04:02AM
Re: PHP / MySQL advice
August 06, 2014 11:15AM
August 22, 2014 09:59AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.