Posted by Sanders Kaufman on 07/23/07 15:11
Toby A Inkster wrote:
> If you use interfaces, you can write a class that implements multiple
> interfaces:
>
> interface A {}
> interface B {}
> class A implements A, B {}
Interfaces - is that a PHP5 thing?
I don't think I've seen anything about it in 4.
I'm stuck in 4 until late this year.
Navigation:
[Reply to this message]
|