2016-09-07 13:06:28 -04:00
|
|
|
/**
|
|
|
|
* Query
|
|
|
|
*
|
|
|
|
* SQL Query Builder / Database Abstraction Layer
|
|
|
|
*
|
2022-09-29 10:30:37 -04:00
|
|
|
* PHP version 8.1
|
2016-09-07 13:06:28 -04:00
|
|
|
*
|
|
|
|
* @package Query
|
|
|
|
* @author Timothy J. Warren <tim@timshomepage.net>
|
2022-09-29 10:30:37 -04:00
|
|
|
* @copyright 2012 - 2022 Timothy J. Warren
|
2016-09-07 13:06:28 -04:00
|
|
|
* @license http://www.opensource.org/licenses/mit-license.html MIT License
|
2019-12-11 16:32:21 -05:00
|
|
|
* @link https://git.timshomepage.net/aviat/Query
|
2022-09-29 10:30:37 -04:00
|
|
|
* @version 4.0.0
|
2018-01-19 13:43:19 -05:00
|
|
|
*/
|