PHP Classes

File: templating_engine/template.php

Recommend this page to a friend!
  Classes of jon   PHP Templating Engine   templating_engine/template.php   Download  
File: templating_engine/template.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.php
Date: 1 year ago
Size: 308 bytes
 

Contents

Class file image Download
<content>
    <article>
        <div id="{V->div_id}" class="{V->div_class}">
            <p class="{V->p_class}">the wind in the willows</p>
        </div>
        <button id="{V->button_id}" class="{V->button_class}" onclick="{V->onclick}">
            <p class="{S[varname]S}">button for willows</p>
        </button>
    </article>
</content>