[Phplib-commit] CVS: php-lib/php/html table.inc,1.3,1.4
Brought to you by:
nhruby,
richardarcher
From: Richard A. <ric...@us...> - 2002-04-28 20:05:22
|
Update of /cvsroot/phplib/php-lib/php/html In directory usw-pr-cvs1:/tmp/cvs-serv22711 Modified Files: table.inc Log Message: synch with -stable tree Index: table.inc =================================================================== RCS file: /cvsroot/phplib/php-lib/php/html/table.inc,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** table.inc 25 Apr 2002 04:55:52 -0000 1.3 --- table.inc 28 Apr 2002 08:12:54 -0000 1.4 *************** *** 8,27 **** * * $Id$ ! * * History: 990617: Modularized entire table class. Modularity breaks larger ! * objects into smaller, autonomous objects in order to ! * exercise OOP requirements of code reuse. This give ! * programmers the ability to use the high-level code, or * get down and dirty with the low-level code. ! * Everything I have changed should maintain backwards * compatibility, except for show_table_heading_row_result(), [...1061 lines suppressed...] --- 970,975 ---- # Function : table_row_add_extra #-------------------------------------------------------------------------- ! # Purpose : Virtual function for derived classes. This function is called ! # after all cells have been created. It allows the programmer to # add additional HTML code to the row before it is closed. # Arguments: $row *************** *** 958,962 **** # $data # $class - [optional] Used for CSS control. ! # Returns : # Comments : # History : --- 977,981 ---- # $data # $class - [optional] Used for CSS control. ! # Returns : # Comments : # History : |