| 199 |
|
|
| 200 |
//build the PEAR list and sort by ip_address by default |
//build the PEAR list and sort by ip_address by default |
| 201 |
$pearlist = new pearmysqllist("PEAR::MySQL List", 600, "ip_address", TRUE); |
$pearlist = new pearmysqllist("PEAR::MySQL List", 600, "ip_address", TRUE); |
| 202 |
|
$pearlist->set_align("right"); |
| 203 |
|
|
| 204 |
//build the ADODB list using the same exact table in the DB |
//build the ADODB list using the same exact table in the DB |
| 205 |
//and sort by version by default |
//and sort by version by default |
| 206 |
$adodblist = new adodbmysqllist("ADODB::MySQL List", 600, "version", TRUE); |
$adodblist = new adodbmysqllist("ADODB::MySQL List", 600, "version", TRUE); |
| 207 |
|
$adodblist->set_align("left"); |
| 208 |
|
|
| 209 |
$page->add( $pearlist, html_br(2), $adodblist ); |
$page->add( $pearlist, html_br(2), $adodblist ); |
| 210 |
|
|