Date: 10/26/99
- Next message: kk: "[PHPLIB-DEV] cvs commit"
- Previous message: ak <email protected>: "Re: [PHPLIB-DEV] oohforms bad escape sequence"
- Next in thread: kk: "[PHPLIB-DEV] cvs commit"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: kk
Date: Tue Oct 26 14:03:52 1999
Modified files:
php-lib/doc/sgml/04-template.sgml
Log message:
- Example was defective, corrected.
Index: php-lib/doc/sgml/04-template.sgml
diff -u php-lib/doc/sgml/04-template.sgml:1.1 php-lib/doc/sgml/04-template.sgml:1.2
--- php-lib/doc/sgml/04-template.sgml:1.1 Sun Oct 24 15:29:34 1999
+++ php-lib/doc/sgml/04-template.sgml Tue Oct 26 14:03:21 1999
@@ -1,4 +1,4 @@
-<!-- $Id: 04-template.sgml,v 1.1 1999/10/24 13:29:34 kk Exp $ -->
+<!-- $Id: 04-template.sgml,v 1.2 1999/10/26 12:03:21 kk Exp $ -->
<sect1>Template
<p>
<em/Note:/ If you think that this is like FastTemplates, read
@@ -259,7 +259,7 @@
</code></tscreen>
This file contains a reference to the variable <tt/pagetitle/
-and a reference to the variable named <tt/out/. Another template
+and a reference to the variable named <tt/OUT/. Another template
file, named box.ihtml, contains a block named row with three
variable references {TITLE}, {NUM} and {BIGNUM}:
@@ -309,8 +309,8 @@
$t->parse("rows", "row", true);
}
- # build out from box, then build out from page...
- $t->parse("out", array("box", "page"));
+ # build OUT from box, then build out from page...
+ $t->parse("OUT", array("box", "page"));
# finish out and print it.
$t->p("out");
-
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.
- Next message: kk: "[PHPLIB-DEV] cvs commit"
- Previous message: ak <email protected>: "Re: [PHPLIB-DEV] oohforms bad escape sequence"
- Next in thread: kk: "[PHPLIB-DEV] cvs commit"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

