MySQL Database?

Hello,

I’m creating a new project, but as far as I can see I must build the database anyway… and scriptcase only takes care of the PHP coding, can’t I create a Form and then scriptcase build the table inside the database with the fields I put?.

regards

Re: MySQL Database?

SC cannot do that, for a good reason:

In application development it makes more sense to start with the database, and build the forms on the database you designed.

Starting with a form and automatically generating a database will not result in good database design.

Re: MySQL Database?

I see, and you are right… do you know of any good database framework?.. (besides the normal management tools, phpmyadmin, for example…) or any php framework that builds the database on the forms I designed?, first I want to make a simple script…

Re: MySQL Database?

When you say simple script, you just mean to create a table or two??

It should be easy enough to create in phpmyadmin, or sqlyog which is what I use. If it’s something I can help with, just send me a pm and I’ll help.

Alan