[phpwebapp-commits] CVS: web_app/timer class.Timer.php,1.3,1.4
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2003-08-11 16:28:11
|
Update of /cvsroot/phpwebapp/web_app/timer In directory sc8-pr-cvs1:/tmp/cvs-serv29261/timer Modified Files: class.Timer.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: class.Timer.php =================================================================== RCS file: /cvsroot/phpwebapp/web_app/timer/class.Timer.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** class.Timer.php 7 Aug 2003 16:12:22 -0000 1.3 --- class.Timer.php 11 Aug 2003 16:17:51 -0000 1.4 *************** *** 1,5 **** <?php /** ! * Class TIMER is used for mesuring the execution time of * SQL queries and other processes or procedures. */ --- 1,5 ---- <?php /** ! * Used for mesuring the execution time of * SQL queries and other processes or procedures. */ |