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.
Parameters | |||
---|---|---|---|
bool
|
$enable = true |
Enable to return the query built; defaults to |
# |