PHP Classes

File: docs/Features/Special replacements.md

Recommend this page to a friend!
  Packages of Rafa Rodriguez   Div PHP Template Engine   docs/Features/Special replacements.md   Download  
File: docs/Features/Special replacements.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: Div PHP Template Engine
Template processing engine that replaces tags
Author: By
Last change:
Date: 4 months ago
Size: 355 bytes
 

Contents

Class file image Download

Tags for output special characters that can be used always. The following table show the available tags and their replacements:

|Tag|Replacement| |---|---| |{\n}|\n| |{\r}|\r| |{\t}|\t| |{\v}|\v| |{\f}|\f| |{\$}|$|

Example:

index.tpl

Hello{\n}Peter
{\t}Today is {/div.now:Y-m-d/}

Output

Hello
Peter
		Today is 2013-07-24