*/ /** * The examples prepend file */ include_once 'patExampleGen/prepend.php'; // turn off error handling here, we only need that for the examples themselves $errorHandling = 'off'; // run the examples framework $exampleGen->process(); ?>