Voting

: two minus one?
(Example: nine)

The Note You're Voting On

nicholas at aquarionics dot com
16 years ago
This might be useful to someone, so:

If you're using Autoload, you should be aware that this will attempt to autoload $classname if it isn't already loaded. I discovered this when I had something using is_subclass_of inside an error thrown by autoload, which then recursed until it ran out of memory.

<< Back to user notes page

To Top