Update of /cvsroot/phpwebapp/web_app/session/sample
In directory sc8-pr-cvs1:/tmp/cvs-serv29261/session/sample
Modified Files:
test.Session.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: test.Session.php
===================================================================
RCS file: /cvsroot/phpwebapp/web_app/session/sample/test.Session.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** test.Session.php 16 Jul 2003 09:27:59 -0000 1.2
--- test.Session.php 11 Aug 2003 16:17:51 -0000 1.3
***************
*** 1,3 ****
--- 1,6 ----
<?php
+ /** @package session */
+ /** */
+
$session_path = "../";
include $session_path."class.Session.php";
***************
*** 28,37 ****
<a href="JavaScript:on_Add()">
! <img src="Add.gif" border="0">
</a>
</form>
<p>
<a href="JavaScript:on_Back()">
! <img src="Back.gif" border="0">
</a>
<p>
--- 31,40 ----
<a href="JavaScript:on_Add()">
! <img src="add.png" border="0">
</a>
</form>
<p>
<a href="JavaScript:on_Back()">
! <img src="back.png" border="0">
</a>
<p>
|