Michal Masa wrote:

We plan to write a simple DB with app. 10 tables. Are there any tools that
simplify and automatize the creation of PHP scripts for the database?
Like automatic generation of PHP scripts that produce HTML input forms,
generation of value lists, validation, sorting and searching?
Well documented PHP library could be also useful.

Something to solve world conflict as well?


Seriously. PHP is not a database, so the first problem is what database do you want to use.

Personally I use ADOdb library into Firebird and it works well for me, but it does not 'automatically' do much.
http://php.weblogs.com/ADODB


On Firebird we have a nice PHP web interface
http://ibwebadmin.sourceforge.net/
but it's only good for Interbase and Firebird.

I have yet to find something that will do everything, but the starting point is probably - which database, and there are specific tools for each, before getting to the PHP bit.

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to