> From: Stephen Sadowski <[EMAIL PROTECTED]> > Subject: Re: [PHP] php5 and object > > http://us4.php.net/manual/en/language.oop5.abstract.php > > The short is that you can't do anything more than define a function in > an abstract class. > > IIRC, change abstract to interface, and you'll probably be okay.
Switch that around. Interfaces cannot contain anything but function definitions. Abstract classes can contain functions that'll be inherited. ---John Holmes... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php