News Feed
Jobs Feed
Sections




News Archive
PHPBuilder.com:
Implementing User Defined Interfaces in PHP 5
August 16, 2012 @ 08:35:53

On PHPBuilder.com today there's a new tutorial that talks about creating interfaces in PHP and how to use them to effectively structure your application.

Starting with PHP 5 the object model was rewritten to add features and bring PHP in line with languages such as Java and Visual Basic .NET. In this article I'll discuss interfaces, which is among the most important features in PHP 5. Other important features include abstract and final classes, methods and additional magic methods. You will learn how to define your own interfaces and how to work with them using different object model mechanisms.

The introduce you to some of the basic concepts behind using interfaces and how to create a basic one - a simple definition of a string class with one method, "getString". They then show how to extend a different example (a RandomNumber interface) and add on an additional method. He also shows how to extend multiple interfaces and integrate functionality from multiple sources, overloading and overrides.

0 comments voice your opinion now!
user defined interface php5 tutorial extend implement


blog comments powered by Disqus

Similar Posts

NETTUTS.com: ASP.NET for PHP Developers: Part 2

WebReference.com: User Personalization with PHP: The Verification Code

Felix Geisendörfer's Blog: How to Plugin'ize Your App

Developer Tutorials Blog: Testing PHP with the interactive shell

Codrops Blog: Fresh Sliding Thumbnails Gallery with jQuery and PHP


Community Events











Don't see your event here?
Let us know!


composer interview zendframework2 community example release code podcast language introduction opinion functional unittest development testing conference framework object series tool

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework