Subversion Repositories phpLibraryV2

Rev

Rev 10 | Rev 37 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10 Rev 34
Line 2... Line 2...
2
 
2
 
3
   /* 
3
   /* 
4
      This class simply extends DBQuery to allow output to be converted to HTML
4
      This class simply extends DBQuery to allow output to be converted to HTML
5
   */
5
   */
6
   
6
   
7
   require_once( 'DBQueryHTML.class.php' );
7
   require_once( 'DBQuery.class.php' );
8
   
8
   
9
   class DBQueryHTML extends DBQuery {
9
   class DBQueryHTML extends DBQuery {
10
   
10
   
11
      /*
11
      /*
12
         Function takes an SQL statement and converts it to an HTML table.
12
         Function takes an SQL statement and converts it to an HTML table.