* @author gERD Schaufelberger */ // just as a helper - the base path in which the patTools // can be found. $basePath = '../..'; // 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( 'patI18n' => $basePath.'/patI18n/patI18n.php', 'patI18n_configure' => dirname( __FILE__ ) .'/patI18n-configure.php', 'patForms' => $basePath.'/patForms/patForms.php', 'patForms_Parser' => $basePath.'/patForms/patForms/Parser.php', 'patErrorManager' => $basePath.'/patError/patErrorManager.php', 'patTemplate' => $basePath.'/patTemplate/patTemplate.php' ); ?>