<?php // include the class file include( strtolower( 'IndexFile.class.php' ) ); // a directory to place the new file inside $workspace = realpath( './workspace' ); // static call to create new file IndexFile::create( $workspace );
info at phpclasses dot org