| 
<?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.
 
 ?>
 
 |