[PHP] Re: Starting a big project

2005-05-01 Thread Sandy Keathley
I'm about to start writing a big web app (mostly in PHP). But I'm not sure if I should layout the DB first then write the app, or should I just start writing the app and add stuff to the DB as I need it. How do you guys go about it? You can't predict everything, but if you don't try to

[PHP] Re: Starting a big project

2005-05-01 Thread Manuel Lemos
Hello, on 05/01/2005 01:45 PM Danny Brow said the following: I'm about to start writing a big web app (mostly in PHP). But I'm not sure if I should layout the DB first then write the app, or should I just start writing the app and add stuff to the DB as I need it. How do you guys go about it? If