Tobias Gies wrote:
But I do want it to use the autoloader. Whether you set that to true or false, using class_exists() should never result in PHP errors related to files not being found.Hey Jack,You'll probably want to use class_exists('...', false) to tell class_exists to NOT use the autoloader.Best regards, Tobias
-- Jack
