02-03-2008, 10:34 PM
|
#6 (permalink)
|
|
The Frequenter
Join Date: Dec 2007
Location: Bucharest, Romania
Posts: 438
Thanks: 3
|
lol. there's no such keyword as stretching, and there is no expanding, either. A class can be extended, and that's about it. The code above is invalid. This one is valid, though:
PHP Code:
class B extends frame {...}
__________________
I have optimistic thoughts, even though sometimes (if not always) life's a bitch.
|
|
|
|