mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 19:04:27 +02:00
*** empty log message ***
This commit is contained in:
6
README
6
README
@@ -9,10 +9,13 @@ AUTHORS:
|
||||
Monte Ohrt <monte@ispi.net>
|
||||
Andrei Zmievski <andrei@ispi.net>
|
||||
|
||||
|
||||
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.
|
||||
|
||||
|
Reference in New Issue
Block a user