PHP Classes

File: templating_engine/template.html

Recommend this page to a friend!
  Classes of jon   PHP Templating Engine   templating_engine/template.html   Download  
File: templating_engine/template.html
Role: Auxiliary data
Content type: text/plain
Description: Template example
Class: PHP Templating Engine
Process templates in PHP, JSON and CSS formats
Author: By
Last change: Update of templating_engine/template.html
Date: 1 year ago
Size: 326 bytes
 

Contents

Class file image Download
<content> <article> <button id="{V->php_button__id_var}" class="{V->php_button__class_var}"> <p class="{S[varname]S}">an html file: <br>this p element uses a php session variable in it's class tag.</p> </button> <div> <p class="{V->php_p__class_var}">{V->php_text_var}</p> </div> </article> </content>