Quantcast
Channel: PHPDeveloper.org
Browsing latest articles
Browse All 5 View Live

CodeSnipers.com: Embarking on PHP5 Objects

From CodeSnipers.com today, there's a new post with their look at objects in PHP5 - how they work, how they're different from in PHP4, and some code to show their use. After a brief few weeks studying...

View Article



Michael Girouard's Blog: One Step Closer to an Abstract Singleton

Michael Girouard has pointed out that things in the PHP world are one step closer to being able to create an abstract Singleton object via a simple script he's shared. The singleton is an incredibly...

View Article

PHP 10.0 Blog: duck operator

In this new post to the PHP 10.0 blog today, Stas talks about duck typing, a method that lets the code decide the functionality to use rather than a direct relation to a parent. Well, if you are into...

View Article

Johannes Schluter's Blog: Jason, let me help you!

In a new post to his blog Johannes Schluter looks at a helpful new inclusion into the latest versions of the PHP trunk - a new JSON serialization interface included in the core. For many PHP objects...

View Article

Pixelstech.com: Should we use Abstract class or Interface?

On the Pixelstech.com site today there's a new post that talks about the differences between abstract classes and interfaces and when's the best time to use either (or both). When we write programs,...

View Article

Browsing latest articles
Browse All 5 View Live




Latest Images