mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-03 09:54:27 +02:00
added misc info
This commit is contained in:
@@ -8,6 +8,8 @@ require_once "PEAR.php";
|
||||
* @version 1.0
|
||||
* @author Andrei Zmievski <andrei@ispi.net>
|
||||
* @access public
|
||||
*
|
||||
* Copyright: 2001, ispi Inc.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
|
@@ -4,8 +4,9 @@
|
||||
* Project: Smarty: the PHP compiled template engine
|
||||
* File: Smarty.addons.php
|
||||
* Author: Monte Ohrt <monte@ispi.net>
|
||||
* Andrei Zmievski <andrei@ispi.net>
|
||||
* Version: 1.0
|
||||
* Andrei Zmievski <andrei@ispi.net>
|
||||
* Version: 1.0b
|
||||
* Copyright: 2001 ispi, Inc.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
|
@@ -7,7 +7,8 @@
|
||||
*
|
||||
* Andrei Zmievski <andrei@ispi.net>
|
||||
* parsing engine rewrite and a lot more
|
||||
* Version: 1.0
|
||||
* Version: 1.0b
|
||||
* Copyright: 2001 ispi, Inc.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V3.1//EN">
|
||||
<!dOCTYPE book PUBLIC "-//OASIS//DTD DocBook V3.1//EN">
|
||||
<book>
|
||||
<bookinfo>
|
||||
<title>Smarty - the compiling PHP template engine</title>
|
||||
@@ -639,7 +639,7 @@ Intro = """This is a value that spans more
|
||||
</programlisting>
|
||||
</example>
|
||||
<para>
|
||||
Values of config file variables can be in qoutes, but not necessary.
|
||||
Values of config file variables can be in quotes, but not necessary.
|
||||
You can use either single or double quotes. If you have a value that
|
||||
spans more than one line, enclose the entire value with triple quotes
|
||||
("""). You can put comments into config files by any syntax that is
|
||||
@@ -861,7 +861,7 @@ Intro = """This is a value that spans more
|
||||
...
|
||||
{/if}
|
||||
|
||||
{* test if var is divisable by 4 *}
|
||||
{* test if var is divisible by 4 *}
|
||||
{if $var is div by 4}
|
||||
...
|
||||
{/if}
|
||||
|
@@ -8,6 +8,8 @@ require_once "PEAR.php";
|
||||
* @version 1.0
|
||||
* @author Andrei Zmievski <andrei@ispi.net>
|
||||
* @access public
|
||||
*
|
||||
* Copyright: 2001, ispi Inc.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
|
@@ -7,7 +7,8 @@
|
||||
*
|
||||
* Andrei Zmievski <andrei@ispi.net>
|
||||
* parsing engine rewrite and a lot more
|
||||
* Version: 1.0
|
||||
* Version: 1.0b
|
||||
* Copyright: 2001 ispi, Inc.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
|
Reference in New Issue
Block a user