Web Hosting Talk







View Full Version : DB Development tools (no coding required)


seodevhead
08-27-2005, 09:27 PM
Hey Guys, I was wondering if any of you have ever used or can recommend a MySQL/PHP Database Development Tool for us guys that don't know that much about coding. I understand most of the basic php/mySQL functions (only to read code and have a basic idea what is happening), commands, statements, etc, but wouldn't know how to start to build some web apps I need for my websites. I would really be interested in hearing from you guys about what you think and what you recommend. Below is a list of some products I have come across in my searches for these kind of software applications. Thanks.

Data-2-the-Web
http://www.data2theweb.com/index.html

CodeCharge Generator
http://www.yessoftware.com/products/product.php?product_id=1

dbQwikSite
http://www.dbqwiksite.com/

opera.mp3
08-27-2005, 09:35 PM
this could potentially help you in db design (helps to give an overview, maybe not useful for you but someone reading this thread might be able to use it)
http://www.fabforce.net/dbdesigner4/

you will need(faster development this way) to apache/mysql/php-- a webserver-- which you can setup locally("locally" means off your own computer):
http://www.apachefriends.org/en/xampp.html

you will also need an editor, I use vim (http://vim.org), but something like Editplus (http://editplus.com) or PHPedit (http://www.waterproof.fr/)(a php ide) may be easier to use.