PHP Classes

File: plato.test.php

Recommend this page to a friend!
  Classes of Rick Hopkins   plato   plato.test.php   Download  
File: plato.test.php
Role: Auxiliary script
Content type: text/plain
Description: test function plugin
Class: plato
Template parsing engine
Author: By
Last change:
Date: 20 years ago
Size: 171 bytes
 

Contents

Class file image Download
<?php
/*
    Function test() is a simple test function
    designed to see if my plugins were loading
    properly. They are.
*/
function _test($var)
{
    return
$var;
}
?>