From fa325b0a0d76c07199f38ef0c9b1400f869be50b Mon Sep 17 00:00:00 2001 From: andrey Date: Thu, 1 Feb 2001 22:24:28 +0000 Subject: [PATCH] *** empty log message *** --- README | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README b/README index eae0c50b..2e5749b3 100644 --- a/README +++ b/README @@ -9,10 +9,13 @@ AUTHORS: Monte Ohrt Andrei Zmievski + MAILING LIST: + We have a mailing list for you to share your ideas or ask questions. send a blank e-mail message to subscribe-smarty@lists.ispi.net + SYNOPSIS: require("Smarty.class.php"); @@ -24,13 +27,14 @@ SYNOPSIS: $smarty->display("index.tpl"); + DESCRIPTION: What is Smarty? Smarty is a template engine for PHP. One of the unique aspects about Smarty that sets it apart from other templating solutions is that it - compiles the templates into native php scripts upon the first + converts the templates into native php scripts upon the first execution. After that, it just executes the compiled PHP scripts. Therefore, there is no costly template file parsing for each request.