Posted by Jason Barnett on 04/29/05 16:29
php@electroteque.org wrote:
> I'm experiencing some issues with autoLoad with pear packages. DB_Error is
> contained within the DB.php, but my autoload method is trying to split the
> underscores with forward slashes and then load. Supressing errors with @
> still doesnt work, its triggering a php error. Any ideas ?
Try loading DB before DB_Error because __autoload() only gets called if
a class is not already loaded.
Navigation:
[Reply to this message]
|