Hi,
I've a next question. Is it possible to turn of globally a autoload for function class_exists?
Thanks.
__autoload global settings
Moderator: General Moderators
- daedalus__
- DevNet Resident
- Posts: 1925
- Joined: Thu Feb 09, 2006 4:52 pm
Re: __autoload global settings
So class_exists('SomeClass') calls __autoload automaticly. So in framework which I use there is a __autoload() defined, but unfortunately I need some PEAR classes. These classes call the class_exists() function, but PEAR files have their own library, so __autoload doesn't find them and throws error.
I wonder to know if I can switch of this autoload ONLY for class_exists()
I wonder to know if I can switch of this autoload ONLY for class_exists()