__autoLoad php5 callback is being triggered for every class ?
Posted by php on 04/29/05 07:31
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 ?