* @author gERD Schaufelberger */ // just as a helper - the base path in which the patTools // can be found. $basePath = '../../include/pat'; // this sets the locations for all the needed classes for // the examples collection. Update this to make sure all // the examples work as they should on your system. $neededFiles = array( 'patErrorManager' => dirname(__FILE__) . '/../../../patError/patErrorManager.php', 'patTemplate' => '../patTemplate.php' );