View Single Post
Old 06-04-2008, 06:04 PM   #3 (permalink)
Enfernikus
The Addict
 
Enfernikus's Avatar
 
Join Date: Jun 2008
Posts: 335
Thanks: 2
Enfernikus is on a distinguished road
Default

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.
Enfernikus is offline  
Reply With Quote