Update of /cvsroot/phpwebapp/web_app/webobjects/listbox
In directory sc8-pr-cvs1:/tmp/cvs-serv29261/webobjects/listbox
Modified Files:
listbox.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: listbox.php
===================================================================
RCS file: /cvsroot/phpwebapp/web_app/webobjects/listbox/listbox.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** listbox.php 21 Feb 2003 08:17:06 -0000 1.1.1.1
--- listbox.php 11 Aug 2003 16:17:51 -0000 1.2
***************
*** 1,3 ****
--- 1,7 ----
<?php
+ /**
+ * @package webobjects
+ * @subpackage listbox
+ */
class listbox extends WebObject
{
|