Quantcast
Channel: Programming Forums
Viewing all articles
Browse latest Browse all 51036

Mysql Query Builder

$
0
0
My project i'm trying to build is in the title, looking for a class that will dynamically build me a complex mysql SELECT query conforming to this... http://dev.mysql.com/doc/refman/5.0/en/select.html

Alrighty, been searching around and here is what I have found:

http://stackoverflow.com/questions/9974895/mysql-query-builder-php-class
which points to this project: https://github.com/indeyets/MySQL-Query-Builder

There is another link on that page but that isn't exactly it...

Can't find anything else on Google, turns out nobody on this forum has asked about this type of thing so I figured i'd see if anyone else knew about this kind of thing existing...maybe i've been going about this all wrong...

I can take the existing class on github and modify to included embedded select and joins but don't want to go through all of that unless somebody else has already done it. Anyone know of this project already done or is it time i pull a few all nighters to build it...or extend rather on that other php class...

Viewing all articles
Browse latest Browse all 51036

Trending Articles