PHP Classes

File: docs/Features/HTML to plain text.md

Recommend this page to a friend!
  Packages of Rafa Rodriguez   Div PHP Template Engine   docs/Features/HTML to plain text.md   Download  
File: docs/Features/HTML to plain text.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: 206 bytes
 

Contents

Class file image Download

Syntax:

{txt}
	... some html code here ...
{/txt}
	
{txt} width =>
	... some html code here ...
{/txt}

Example

{txt} 
	
<h1>Document title</h1>
	
{/txt}

Output:

Document title