File path: dist/twist/Core/Helpers/Database.helper.php
Namespace: Twist\Core\Helpers
Extends: Base
debug
— Log the SQL query debug results for use within the TwistPHP debug bar.
Name | Description |
---|---|
$strQuery | n/a |
$arrExecTime | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strQuery = 'foo';
$arrExecTime = array(0 => 'foo', 1 => 'bar');
//Call the function debug with the example vars
Twist::Database() -> debug($strQuery, $arrExecTime);