/[cvs]/nfo/php/libs/com.newsblob.phphtmllib/examples/widget6.php
ViewVC logotype

Diff of /nfo/php/libs/com.newsblob.phphtmllib/examples/widget6.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by jonen, Sat Sep 20 00:20:55 2003 UTC revision 1.4 by jonen, Thu May 6 16:27:17 2004 UTC
# Line 199  $page->add_head_css( new DefaultGUIDataL Line 199  $page->add_head_css( new DefaultGUIDataL
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    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed