News Feed
Jobs Feed
Sections




News Archive
Jeremy Cook's Blog:
Using the Countable Interface
January 05, 2012 @ 14:39:05

In a recent post to his blog Jeremy Cook has a tutorial about using the Countable interface (part of the SPL) in your objects to make them play nicely with functions like count.

PHP provides a number of predefined interfaces and classes that can really make your life as a developer easier but which are often overlooked. The functionality offered by the Standard PHP Library (SPL) and the predefined interfaces is extremely cool and very powerful but very underutilized. [...] I thought I'd write a few articles with examples of how I've used these classes and interfaces in the hope that someone would find it useful. I'd love it if people felt like commenting with their own examples too. I'll start with a quick look at the Countable interface.

He includes sample code for classes using the Countable interface and defining the custom "count()" method inside. This method lets you define how the object will behave when something like count is called on it. His examples show returning the number of items in a private variable, determining the state of an object and including logic to only find valid data (like from a database table).

0 comments voice your opinion now!
spl standardphplibrary countable interface tutorial


blog comments powered by Disqus

Similar Posts

BillS' IIS Blog: How to install PHP on IIS7 (RC1)

IBM developerWorks: Squash bugs in PHP applications with Zend Debugger

Jani Hartikainen's Blog: How to use built-in SPL exception classes for better error handling

Chris Hartjes: 5 Minute TDD

Daniel Krook's Blog: Migrating PHP applications to DB2


Community Events











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


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

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