Update of /cvsroot/phpwebapp/web_app/webobjects/table
In directory sc8-pr-cvs1:/tmp/cvs-serv29261/webobjects/table
Modified Files:
table.php
Log Message:
* added some comments (that are handled by phpDocumentor)
for dividing the code into packages and subpackages
* replaced .gif images by .png images
Index: table.php
===================================================================
RCS file: /cvsroot/phpwebapp/web_app/webobjects/table/table.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** table.php 16 Jul 2003 09:27:59 -0000 1.2
--- table.php 11 Aug 2003 16:17:51 -0000 1.3
***************
*** 1,3 ****
--- 1,7 ----
<?php
+ /**
+ * @package webobjects
+ * @subpackage dbTable
+ */
class table extends WebObject
{
|