PHP Classes

File: phpizer.test.php

Recommend this page to a friend!
  Classes of Asher Wolfstein   phpizer   phpizer.test.php   Download  
File: phpizer.test.php
Role: Example script
Content type: text/plain
Description: Example / Test Script 1
Class: phpizer
Load and adapt class to current PHP version (3.x+)
Author: By
Last change: Changed name
Date: 17 years ago
Size: 500 bytes
 

Contents

Class file image Download
<?php

/* Basic Versioning Test
 * Written by Asher Holley ( http://www.wolfoxinc.com/opensource/ )
 * Released under the GNU General Public License ( http://www.opensource.org/licenses/gpl-license.html )
 * Copyright © 2006 Asher Holley
 */

require_once( 'phpizer.class.php' );

Phpizer::include_file( 'vtest_include.class.php' );

echo(
$gazebo . ' ' );
$temp = new Blubber( 'bouffant' );

// PHP4 should see: bulbous bouffant<br />\n
// PHP5 should see: bulbous bus!<br />\n

?>