2016-09-07 13:06:28 -04:00
|
|
|
/**
|
|
|
|
* Query
|
|
|
|
*
|
|
|
|
* SQL Query Builder / Database Abstraction Layer
|
|
|
|
*
|
2016-10-12 22:12:25 -04:00
|
|
|
* PHP version 7
|
2016-09-07 13:06:28 -04:00
|
|
|
*
|
|
|
|
* @package Query
|
|
|
|
* @author Timothy J. Warren <tim@timshomepage.net>
|
2016-10-12 22:12:25 -04:00
|
|
|
* @copyright 2012 - 2016 Timothy J. Warren
|
2016-09-07 13:06:28 -04:00
|
|
|
* @license http://www.opensource.org/licenses/mit-license.html MIT License
|
|
|
|
* @link https://git.timshomepage.net/aviat4ion/Query
|
2016-10-12 22:12:25 -04:00
|
|
|
*/
|