ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:performance:ui

This is an old revision of the document!


uI

Syntax
string uI()

Description

The method uI() provides a simple graphical interface into the available commands of the performance monitor.

Usage

/*
* Connection to database
*/
$perf = newPerfMonitor($db);
$h = $perf->uI();
print $h;

Output

Performance Monitor UI Screen

v5/performance/ui.1452647655.txt.gz · Last modified: 2017/04/21 11:30 (external edit)