PHP: Classes and Objects - Manual - PHP: Hypertext Preprocessor
There are a couple of tricks you can do with PHP's classes that programmers from C++, etc., will find very peculiar, but which can be useful. You can create instances of classes without knowing the class name in advance, when it's in a variable:...