Search found 2 matches

by Tal Aviel
Sat Apr 16, 2011 12:13 pm
Forum: PHP - Theory and Design
Topic: Interfaces & Abstract classes
Replies: 2
Views: 2983

Re: Interfaces & Abstract classes

Thank you!
by Tal Aviel
Sat Apr 16, 2011 10:48 am
Forum: PHP - Theory and Design
Topic: Interfaces & Abstract classes
Replies: 2
Views: 2983

Interfaces & Abstract classes

Hey, I want to have an interface, let's name it as IPage. Then I want to have an abstract class which implements IPage, and have for some of the functions in IPage implimetations and some are abstract. Then I have a class which extends the abstract class (which implments IPage) and this class should...