PHP Classes

File: templating_engine/template_00001.php

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

Contents

Class file image Download
<content>
    <article>
        <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="{S[varname]S}">button for willows</p>
        </button>
    </article>
</content>