News Feed
Jobs Feed
Sections




News Archive
DevShed:
Working with Directory Iterators and Proxy Classes with PHP 5
January 09, 2007 @ 13:21:05

DevShed is wrapping up their "Building Proxy Classes with PHP5" series today with this last tutorial about working with directory iterators and proxy classes.

Since in the first part of the series I showed you how to create a proxy class for processing simple XML strings, in this installment I'm going to teach you how to create a proxy object that can be used in conjunction with the "DirectoryIterator" class that comes with PHP 5.

They start with the definition of a proxy class, the base to start from, and improve its functionality through additional methods like getSize, getPath, and getTimeStamps (using the iterators). The complete the development by pulling the parts together and creating a final example that loops through a given path and displays various info about the directory/files inside (size, names, timestamp, etc).

0 comments voice your opinion now!
proxy class directoryiterator size timestamp tutorial class proxy class directoryiterator size timestamp tutorial class


blog comments powered by Disqus

Similar Posts

Kevin Waterson's Blog: Introduction to PHP Regex

Webdigity.com: Caching your pages with PHP

Raphael Stolt's Blog: Rolling your own Phing task

AnyExample.com: Bar chart HTML generator

DevShed: Completing a Blogging Application with the Code Igniter PHP Framework


Community Events











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


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

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