PHP Classes

File: templating_engine/tmp_001.php

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