Update of /cvsroot/phpwebapp/web_app/append
In directory sc8-pr-cvs1:/tmp/cvs-serv29261/append
Modified Files:
wbMessages.php wbDebug.php wbDbgTemplates.php
wbDbgStatevars.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: wbMessages.php
===================================================================
RCS file: /cvsroot/phpwebapp/web_app/append/wbMessages.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** wbMessages.php 21 Feb 2003 08:15:05 -0000 1.1.1.1
--- wbMessages.php 11 Aug 2003 16:17:53 -0000 1.2
***************
*** 1,3 ****
--- 1,6 ----
<?php
+ /**
+ * @package append
+ */
class wbMessages extends WebObject
{
Index: wbDebug.php
===================================================================
RCS file: /cvsroot/phpwebapp/web_app/append/wbDebug.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** wbDebug.php 21 Feb 2003 08:15:05 -0000 1.1.1.1
--- wbDebug.php 11 Aug 2003 16:17:53 -0000 1.2
***************
*** 1,3 ****
--- 1,6 ----
<?php
+ /**
+ * @package append
+ */
class wbDebug extends WebObject
{
Index: wbDbgTemplates.php
===================================================================
RCS file: /cvsroot/phpwebapp/web_app/append/wbDbgTemplates.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** wbDbgTemplates.php 21 Feb 2003 08:15:05 -0000 1.1.1.1
--- wbDbgTemplates.php 11 Aug 2003 16:17:53 -0000 1.2
***************
*** 1,3 ****
--- 1,6 ----
<?php
+ /**
+ * @package append
+ */
class wbDbgTemplates extends WebObject
{
Index: wbDbgStatevars.php
===================================================================
RCS file: /cvsroot/phpwebapp/web_app/append/wbDbgStatevars.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** wbDbgStatevars.php 16 Jul 2003 12:05:23 -0000 1.3
--- wbDbgStatevars.php 11 Aug 2003 16:17:53 -0000 1.4
***************
*** 1,3 ****
--- 1,6 ----
<?php
+ /**
+ * @package append
+ */
class wbDbgStatevars extends WebObject
{
|