Login   Register  
PHP Classes
elePHPant
Icontem

File: plugins/bar.func.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of David Bittencourt  >  phpPlugin  >  plugins/bar.func.php  >  Download  
File: plugins/bar.func.php
Role: Auxiliary script
Content type: text/plain
Description: Plugin bar() for test.php and example.php
Class: phpPlugin
Dynamically extend a PHP class using plug-ins
Author: By
Last change:
Date: 2004-06-12 06:06
Size: 69 bytes
 

Contents

Class file image Download


<?php

function bar($str){
    
$this->display($str);
}

?>