PHP Classes

File: templating_engine/functions/evp.php

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

Contents

Class file image Download
<?php

function evp($var)
{
    echo
'<pre style="text-align:left; class="p__class2">';
    echo
$var;
    echo
'</pre>';
    echo
'<br>';
}