06-05-2008, 07:27 PM
|
#4 (permalink)
|
|
is cute and cuddly
Join Date: Mar 2008
Location: Vegas, Baby
Posts: 963
Thanks: 31
|
I don't know about other people, but I once accidentally tried instantiating an extension of a class from within the class that it was extending, and it would kill apache everytime. I don't think you're supposed to be allowed to do that. (To break it down, it looks like even though clean extends p101, you're calling clean from within p101)
-m
|
|
|
|