Function db_prq
Make the generated query returned from the query executing functions
such as db_query, db_update, db_delete, etc. without executing the query
especially for debugging and testing. Call db_prq(true)
before and db_prq(false)
after.
db_queryStr()
is same purpose but after executing the query.
Package: PHPLucidFrame\Core
Copyright: Copyright (c), PHPLucidFrame.
License: MIT License This source file is subject to the MIT license that is bundled with this source code in the file LICENSE
Author: Sithu sithu@phplucidframe.com
Located at helpers/db_helper.mysqli.php
Copyright: Copyright (c), PHPLucidFrame.
License: MIT License This source file is subject to the MIT license that is bundled with this source code in the file LICENSE
Author: Sithu sithu@phplucidframe.com
Located at helpers/db_helper.mysqli.php
boolean |
$enable = true |
Enable to return the query built; defaults to <code>true</code>. |