1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-28 17:10:04 +02:00

Some updates to base DatabaseQuery class to improve bound value support among other things

This commit is contained in:
Ryan Cramer
2020-05-01 16:39:34 -04:00
parent b5c4980b3b
commit 99f5d59ce4
3 changed files with 237 additions and 39 deletions

View File

@@ -51,6 +51,7 @@ class DatabaseQuerySelect extends DatabaseQuery {
*
*/
public function __construct() {
parent::__construct();
$this->set('select', array());
$this->set('join', array());
$this->set('from', array());