Voting

: two plus six?
(Example: nine)

The Note You're Voting On

jarret dot minkler at gmail dot com
16 years ago
You should not have to use require_once inside the autoloader, as if the class is not found it wouldn't be trying to look for it by using the autoloader.

Just use require(), which will be better on performance as well as it does not have to check if it is unique.

<< Back to user notes page

To Top