Qcodo Development Framework
Database Profiling Tool
Database Index: ;  Database Type: Adapter); ?>
Database Server: Server); ?>;  Database Name: Database); ?>
Profile Generated From:

There were no queries that were performed.', false); else if ($intCount == 1) _p('There was 1 query that was performed.', false); else printf('There were %s queries that were performed.', $intCount); ?>
Show All   |   Hide All


3) && (array_key_exists('function', $objProfileArray[$intIndex][2])) && (($objProfileArray[$intIndex][2]['function'] == 'QueryArray') || ($objProfileArray[$intIndex][2]['function'] == 'QuerySingle') || ($objProfileArray[$intIndex][2]['function'] == 'QueryCount'))) $objDebugBacktrace = $objProfileArray[$intIndex][3]; else $objDebugBacktrace = $objProfileArray[$intIndex][2]; $intIndex++; $strQuery = $objProfileArray[$intIndex]; $objArgs = (array_key_exists('args', $objDebugBacktrace)) ? $objDebugBacktrace['args'] : array(); $strClass = (array_key_exists('class', $objDebugBacktrace)) ? $objDebugBacktrace['class'] : null; $strType = (array_key_exists('type', $objDebugBacktrace)) ? $objDebugBacktrace['type'] : null; $strFunction = (array_key_exists('function', $objDebugBacktrace)) ? $objDebugBacktrace['function'] : null; $strFile = (array_key_exists('file', $objDebugBacktrace)) ? $objDebugBacktrace['file'] : null; $strLine = (array_key_exists('line', $objDebugBacktrace)) ? $objDebugBacktrace['line'] : null; ?> Called by   |   Show/Hide
File: ;   Line: