Update of /cvsroot/phpwebapp/web_app/boxes/folderListing
In directory sc8-pr-cvs1:/tmp/cvs-serv29261/boxes/folderListing
Modified Files:
folderListing.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: folderListing.php
===================================================================
RCS file: /cvsroot/phpwebapp/web_app/boxes/folderListing/folderListing.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** folderListing.php 16 Jul 2003 09:27:59 -0000 1.2
--- folderListing.php 11 Aug 2003 16:17:52 -0000 1.3
***************
*** 1,3 ****
--- 1,7 ----
<?php
+ /**
+ * @package boxes
+ * @subpackage folderListing
+ */
class folderListing extends WebObject
{
|