PHP Open Source MySQL Query Builder? [closed]
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spa开发者_开发问答m. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this questionDo 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
MySQL Query Builder
MySQL Workbench
These are just two.
Try using SQLyog's powerful Query Builder. Although SQLyog is not in PHP, but it is really easy and intuitive to use.
i think that the query builder is a php code that simplifies the writing of sql queries like this https://github.com/lytc/mysql-query-builder/tree/master/library/Qb for light websites it's useless to use an ORM so a query builder should do it , or even a DBAL , it helps a lot with manipulating the data when retrieved and inserting data to the data Base .
The best one I found is QueryBuilder
精彩评论