Changeset 166 for trunk/trax/vendor/trax/templates
- Timestamp:
- 03/09/06 17:22:35 (6 years ago)
- Files:
-
- 1 modified
-
trunk/trax/vendor/trax/templates/error.phtml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/trax/vendor/trax/templates/error.phtml
r117 r166 49 49 <?php endif; ?> 50 50 51 <?php if(count($GLOBALS['ACTIVE_RECORD_SQL_LOG'])): ?> 52 <p><a href="#" onclick="expandContract('sql_trace')">Show SQL trace</a> 53 <pre id="sql_trace" style="display:none"> 54 <code style="word-wrap: break-word;"> 55 <?php $i = 0 ?> 56 <?php foreach(array_reverse($GLOBALS['ACTIVE_RECORD_SQL_LOG']) as $sql): ?> 57 #<?php echo $i++ ?> <?php echo trim($sql) ?> 58 <?php endforeach; ?> 59 </code> 60 </pre> 61 <?php endif; ?> 62 51 63 <p><a href="#" onclick="expandContract('session_dump')">Show $_SESSION dump</a></p> 52 64 <div id="session_dump" style="display:none"><pre class='debug_dump'>
