How to build database

Alles, was PHP betrifft, kann hier besprochen werden.

How to build database

Postby emyxd » 03. January 2009 01:42

hello

I really need help starting a database

Something that will do this kind of job:


http://twri.tamu.edu/reports.php


I need it to organize pdf reports and sort by date/publisher/etc

Thanks!
emyxd
 
Posts: 9
Joined: 03. January 2009 00:59

Re: How to build database

Postby Nobbie » 03. January 2009 15:34

>Thanks!

Thanks for what?
Nobbie
 
Posts: 13182
Joined: 09. March 2008 13:04

Re: How to build database

Postby Mirko Steiner » 03. April 2009 08:59

When starting designing a relational database(mysql, sqlite, postgres etc.), first i make a ERM http://en.wikipedia.org/wiki/Entity-relationship_model like model with all actors and things and all properties etc. between the entities.

after this is done i start normalizing the model as deep as it is needed http://en.wikipedia.org/wiki/Database_normalization. exempli gratia maybe its making sence to store the housenumber seperate from the streetname, maybe not you have to balance this for each databasedesign you create.

there are some cool tools out there to design databases like the mysql workbench (free!) and microsoft visio. most of the tools are for computers which are controlled by a operating system from microsoft but for example the mysql workbench getting better and better (and maybe someday usable) under Mac OS.

designing a database... well its not designing... just creating a database and create some columns will end up, sooner or later, in a mess!


greetings

mirko
Mirko Steiner
 
Posts: 10
Joined: 30. March 2009 09:22


Return to PHP

Who is online

Users browsing this forum: No registered users and 52 guests