Advanced PHP: Working with Interfaces

Submitted by Adam » When you create an interface, you're basically creating a prototype/blueprint of functions that classes using the interface must implement in order to be valid. It's usually easier to learn from example, so here's a basic interface that represents a Page.
Rating: 3.0/5 | 782 clicks | 0 comments | 1 save | share | report

Comments on this tutorial

Discuss this tutorial

You must be logged in to comment on a tutorial.