spl

Jeremy Cook's Blog: Using the Countable Interface

PHPDeveloper.org  Thu, 01/05/2012 - 14:39

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.


 

Adam Gotterer's Blog: Building an Object Collection Manager with...

PHPDeveloper.org  Mon, 11/02/2009 - 09:17

Adam Gotterer has written up a tutorial with his process behind creating an object collection manager with PHP's built-in SPL functionality.


 

Using Iterators in PHP

Linux Today  Fri, 10/23/2009 - 13:32

DevX: "This article shows you how to use the most important iterator classes: ArrayIterator, DirectoryIterator, FilterIterator, and so forth, found in the Standard PHP Library (SPL), and how to integrate SPL with PHP Data Objects (PDO)."


 

Brandon Savage's Blog: Making Life Better With The SPL Autoloade...

PHPDeveloper.org  Fri, 07/24/2009 - 09:49

Brandon Savage has a new post to his blog today looking at autoloading in your application and how the functionality the Standard PHP Library (SPL) provides can make life simpler.


 

DevShed: Using Directory Iterators to Build Loader Apps in PHP

PHPDeveloper.org  Mon, 07/06/2009 - 09:17

DevShed finishes off their "loader" series of tutorials today with this eighth part focusing on the use of Directory Iterators.


 

DevShed: Using the spl_autoload() Functions to Build Loader Apps...

PHPDeveloper.org  Fri, 07/03/2009 - 07:26

In the next to last article of their loader series, DevShed looks at replacing some of the file loading functionality in their examples with functions from the SPL.


 

PHPClasses.org Blog: Book Review: Pro PHP: Patterns, Frameworks,...

PHPDeveloper.org  Sun, 05/24/2009 - 02:10

The PHPClasses.org blog has posted a new book review of the APress book "Pro PHP: Patterns, Frameworks, Testing and More" (Kevin McArthur).