PHP Classes

File: plugin.php

Recommend this page to a friend!
  Classes of Marcelo Costa   TagTemplate   plugin.php   Download  
File: plugin.php
Role: Example script
Content type: text/plain
Description: plugin
Class: TagTemplate
Template processing engine based on PHP tags
Author: By
Last change:
Date: 15 years ago
Size: 425 bytes
 

Contents

Class file image Download
<br/>
<b>View page source</b>
<br/>
<pre>
<?php
// plugin code
echo '
* Classe que retorna html a partir de um template php com marcações especiais
* @author Marcelo Soares da Costa
* @email phpmafia at yahoo dot com dot br
* @copyright Marcelo Soares da Costa © 2007/2008.
* @license FreeBSD http://www.freebsd.org/copyright/freebsd-license.html
* @version 1.0
* @access public
* @package OOE
* @data 2008-07-30'
;
?>
</pre>