Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

RAD Tool for PHP

Status
Not open for further replies.

Michael42

Programmer
Joined
Oct 8, 2001
Messages
1,454
Location
US
Hello,

In ASP I use a great RAD tool called genericDB for quickly creating an entire database application just by making changes to one configuration file. I can take any Access or SQL Server database and have a fully functioning app in 15-30 minutes.

Though this tool is not perfect in all situations I require the same ability in PHP with mySQL.

Can anyone recommend such a tool for PHP 4?

Thanks,

Michael42
 
You can use phpMyAdmin tool for database maintenance.
Not sure if this is what you need but for database maintenance is great and mutch more

________
George, M
 
Thanks Shadow. I am using phpmyadmin and think it is great for database and table maintenance.

I am looking for genericDB for PHP type tool. You set the base settings in a config file (db,table, sql, fields, gui,options [add,edit,delete, print etc.) and your done! You have a pagnated searchable lister, forms etc.

If such a tool does not exist I will write it. :-)

Still looking...

Michael
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top