We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99733d1 commit d435938Copy full SHA for d435938
Database.php
@@ -264,7 +264,7 @@ public static function connect()
264
*/
265
public function query($sql, $params = [])
266
{
267
- echo $sql;
+ //echo $sql;
268
$this->_query = "";
269
$this->_where = "WHERE";
270
// set _error. true to that if they can not be false for this function to work properly, this function makes the
0 commit comments