PHP Classes

File: templating_engine/template_00001.html

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

Contents

Class file image Download
<?php ?> <content> <div id="{div_id}" class="{div_class}"> <p class="{p_class}">the wind in the willows</p> </div> <button id="{button_id}" class="{button_class}" onclick="{onclick}"> <p class="{p_class}">button for willows</p> </button> </content>