PHP Classes

File: example.php

Recommend this page to a friend!
  Classes of Luis Toscano   MIX Template Engine   example.php   Download  
File: example.php
Role: Example script
Content type: text/plain
Description: example of the mix
Class: MIX Template Engine
Template engine that replaces marked keys
Author: By
Last change:
Date: 9 years ago
Size: 264 bytes
 

Contents

Class file image Download
$d = array(
    'data' =>
        array(
           'name' => 'Jhon',
             'user' => 'Doe',
             'pass' => '"#$%%%',
             'phone' => '3796691'
         ),
     'file' =>'name.html'
    );

$mix = new mixing();
$mix->setMix($d);

echo nl2br($mix->mixer());