Does the __autoload() function ( PHP ) have to be a standalone function or can it be used within a class as a public/protected/private function?
I heard that it has to be a stand-alone function and shouldn't be used in a class. Is this true or can it be used in classes?
Thanks in advance!