06-04-2008, 06:04 PM
|
#3 (permalink)
|
|
The Addict
Join Date: Jun 2008
Posts: 335
Thanks: 2
|
I guess my documentation sucks, but for the most part your right.
$className isn't an object - it's the class's name, extracted from the file.
$this->classArray[$className] is the actual object.
unset($className) that part is just cleaning up, I forgot to add in the other variables at that point.
--edit: Now I see why the documentation sucks, there is none.
|
|
|
|