mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 02:44:27 +02:00
Some typos fix.
This commit is contained in:
@@ -39,7 +39,7 @@
|
|||||||
content down to text and variables only.
|
content down to text and variables only.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
One of the unique aspects about Smarty is the template compling. This means
|
One of the unique aspects about Smarty is the template compiling. This means
|
||||||
Smarty reads the template files and creates PHP scripts from them. Once
|
Smarty reads the template files and creates PHP scripts from them. Once
|
||||||
they are created, they are executed from then on. Therefore there is no
|
they are created, they are executed from then on. Therefore there is no
|
||||||
costly template file parsing for each request, and each template can take
|
costly template file parsing for each request, and each template can take
|
||||||
@@ -202,7 +202,7 @@ $smarty = new Smarty;
|
|||||||
</example>
|
</example>
|
||||||
|
|
||||||
<example>
|
<example>
|
||||||
<title>Add library directory to php_include path</title>
|
<title>Add library directory to PHP include_path</title>
|
||||||
<programlisting role="php">
|
<programlisting role="php">
|
||||||
<![CDATA[
|
<![CDATA[
|
||||||
<?php
|
<?php
|
||||||
|
Reference in New Issue
Block a user