PHP Classes

File: phpizer.test2.php

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

Contents

Class file image Download
<?php

/* Advanced 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' );

// Check out this process if you have an IDE like Zend
Phpizer::include_file( 'stack.class.php' );

// To find my list.inter.php and list.abtr.php files look in my
// ps_stack class.

?>