News Feed
Jobs Feed
Sections




News Archive
DevShed:
Abstract Classes in PHP - Introducing the Key Concepts
January 26, 2006 @ 06:45:35

DevShed has posted this new article today, a look at abstract classes and their development in PHP - a simple, but very useful feature that can help in a pinch.

An abstract class is a class that cannot (or should not) be instantiated. They are surprisingly useful for certain purposes. In this article, you will learn the important concepts related to abstract classes in PHP 4, and see many hands-on examples that will allow you to make use of them in your own applications.

The article looks at the creation of these classes in PHP4, then moves on to the creation of one a bit more "clever" and keeps even subclasses from instantiating it. Once that's done, they show how to use a get_class() call to pull in its functionality...

0 comments voice your opinion now!
abstract classes no instantiation get_class abstract classes no instantiation get_class


blog comments powered by Disqus

Similar Posts

Justin Silverton\'s Blog: Flickr.com - PHP/mysql case study

Pádraic Brady's Blog: The Factory and Abstract Factory patterns in PHP

DevShed: Abstract Classes in PHP - Introducing the Key Concepts

Matthew Weir O'Phinney's Blog: PHP 5's Reflection API

Dan Scott\'s Blog: Book Review - No Nonsense XML Web Development With PHP (Build Your Own)


Community Events











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


interview functional zendframework2 database usergroup example phpunit series podcast symfony2 language rest introduction release framework development opinion testing conference community

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