[PHPLIB-DEV] cvs commit From: kk (phplib-dev <email protected>)
Date: 10/24/99

From: kk
Date: Sun Oct 24 12:27:20 1999
Removed files:
      php-lib/php/graph.inc

Modified files:
      php-lib/CHANGES
      php-lib/doc/sgml/02-files.sgml

Log message:
- Got rid of graph.inc, it is broken beyond repair.

Index: php-lib/CHANGES
diff -u php-lib/CHANGES:1.106 php-lib/CHANGES:1.107
--- php-lib/CHANGES:1.106 Fri Oct 22 12:40:09 1999
+++ php-lib/CHANGES Sun Oct 24 12:27:19 1999
@@ -1,4 +1,7 @@
-$Id: CHANGES,v 1.106 1999/10/22 10:40:09 kk Exp $
+$Id: CHANGES,v 1.107 1999/10/24 10:27:19 kk Exp $
+
+24-Oct-1999 kk
+ - Documentation update, prepare for armageddon
 
 22-Oct-1999 kk
   - New method is_registered() for Session class.
Index: php-lib/doc/sgml/02-files.sgml
diff -u php-lib/doc/sgml/02-files.sgml:1.2 php-lib/doc/sgml/02-files.sgml:1.3
--- php-lib/doc/sgml/02-files.sgml:1.2 Sun Oct 24 12:21:23 1999
+++ php-lib/doc/sgml/02-files.sgml Sun Oct 24 12:27:19 1999
@@ -1,4 +1,4 @@
-<!-- $Id: 02-files.sgml,v 1.2 1999/10/24 10:21:23 kk Exp $ -->
+<!-- $Id: 02-files.sgml,v 1.3 1999/10/24 10:27:19 kk Exp $ -->
 
 <sect1>Files, classes and functions
 <p>
@@ -157,6 +157,15 @@
 
 <p>Depends on <tt/Session/ to be useful. Requires that you add the
    statement <tt/require("cart.inc")/ to <tt/prepend.php3/.
+
+<tag><tt/Template/ in <tt/template.inc/:</tag>
+<p>Manages templates and variable replacement. Templates can be
+ stored in files. They are loaded on demand and variables are
+ replaced in these files.
+
+<p>An independent class. Requires that you add the statement
+ <tt/require("template.inc")/ to <tt/prepend.php3/ or that
+ you include it manually on each page where you want to use it.
 </descrip>
 
 <sect2>HTML widgets
@@ -174,11 +183,6 @@
    spreadsheet program.
 
 <p>Depends on <tt/Table/, extension of <tt/Table/.
-
-<tag><tt/Graph/ in <tt/graph.inc/</tag>
-<p>Create a linegraph gif image from some array data.
-
-<p>An independent class.
 
 <tag><tt/Sql&lowbar;Query/ in <tt/sql&lowbar;query.inc/:</tag>
 <p>Create a selection widget that allows a user to choose

-
PHPLIB Developers Mailing List. Send messages to <phplib-dev <email protected>>.
To unsubscribe, send "unsubscribe" to <phplib-dev-request <email protected>> in
the body, not the subject, of your message.