TYPO3 CMS
TYPO3_6-2
|
Go to the source code of this file.
Functions | |
rs2html (&$rs, $ztabhtml=false, $zheaderarray=false, $htmlspecialchars=true, $echo=true) | |
arr2html (&$arr, $ztabhtml='', $zheaderarray='') | |
Variables | |
GLOBAL | $gSQLMaxRows = 1000 |
GLOBAL | $gSQLBlockRows =20 |
GLOBAL | $ADODB_ROUND =4 |
arr2html | ( | & | $arr, |
$ztabhtml = '' , |
|||
$zheaderarray = '' |
|||
) |
Definition at line 169 of file tohtml.inc.php.
rs2html | ( | & | $rs, |
$ztabhtml = false , |
|||
$zheaderarray = false , |
|||
$htmlspecialchars = true , |
|||
$echo = true |
|||
) |
Definition at line 41 of file tohtml.inc.php.
References $ADODB_ROUND, $gSQLBlockRows, $gSQLMaxRows, and $rs.
Referenced by ADODB_Session\_dumprs(), perf_oci8\CheckMemory(), adodb_perf\DoSQLForm(), perf_oci8\DynMemoryUsage(), perf_db2\Explain(), perf_mysql\Explain(), perf_oci8\Explain(), perf_oci8\FlashUsage(), adodb_perf\InvalidSQL(), PivotTableSQL(), ADODB_Pager\RenderGrid(), perf_oci8\RMAN(), perf_db2\Tables(), perf_mysql\Tables(), adodb_perf\Tables(), perf_oci8\TopHistoricalWaits(), and perf_oci8\TopRecentWaits().
$ADODB_ROUND =4 |
Definition at line 12 of file tohtml.inc.php.
Referenced by rs2html().
$gSQLBlockRows =20 |
Definition at line 12 of file tohtml.inc.php.
Referenced by perf_oci8\perf_oci8(), ADODB_Pager\RenderGrid(), and rs2html().
$gSQLMaxRows = 1000 |
Definition at line 12 of file tohtml.inc.php.
Referenced by rs2html().