SQL Query Builder library
Classes used to build programmatically standard SQL Queries (with some MySQL specific functions). These classes must be used with PDO and parameters are always bound ., (*2)
Based on original work by Justin Stayton https://github.com/jstayton/QueryBuilder And some classes from Propel ORM project https://github.com/propelorm/Propel ., (*3)
The easiest way is to use composer and packagist.org package csanquer/querybuilder., (*4)
Or copy manually the src/SQL directory and use a PSR-0 autoloader., (*5)
Read the documentation, (*6)
Read the API documentation generated by PHP Documentor 2, (*7)
License LGPL 3, (*8)
This file is part of SQLQueryBuilder., (*9)
SQLQueryBuilder is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version., (*10)
SQLQueryBuilder is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details., (*11)
You should have received a copy of the GNU Lesser General Public License along with SQLQueryBuilder. If not, see http://www.gnu.org/licenses/., (*12)