Do you know an open source Mysql Query Builder made in PHP please ? Like "Query Builder for MySQL by dbForge "?

http://www.devart.com/dbforge/mysql/querybuilder/benefits.html

share|improve this question
have you heard about MySQL GUI Tools from MySQL itself and PHPMyAdmin? – Kumar Aug 25 '11 at 9:32
yes but i don't think that was made in PHP – Osin Toumani Aug 25 '11 at 10:11
PHPMyAdmin is a PHP tool, though GUI tools are standalones – Kumar Aug 25 '11 at 10:48
feedback

4 Answers

http://code.google.com/p/mysql-query-builder/

http://www.mysql.com/products/workbench/

These are just two.

share|improve this answer
+1 for workbench – lethalMango Aug 25 '11 at 9:58
Yes, I already saw these, thanks. unfortunaly i have no other choice to develop myself a tool – Osin Toumani Aug 25 '11 at 10:12
feedback

Finally I created my own tool. Maybe later i will publish it for every one who need it.

share|improve this answer
feedback

Try using SQLyog's powerful Query Builder. Although SQLyog is not in PHP, but it is really easy and intuitive to use. SQLyog Query Builder screenshot

share|improve this answer
feedback

The best one I found is https://github.com/jstayton/QueryBuilder

share|improve this answer
feedback

Your Answer

 
or
required, but never shown
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.