News Feed
Jobs Feed
Sections




News Archive
DevShed:
Using the Memento Pattern with a File Reading Class
January 15, 2007 @ 14:22:00

DevShed continues their look at design patterns in PHP with this last installment of their Memento pattern series - "Using the Memento Pattern with a File Reading Class".

Let me now introduce the topics that I'll be covering in this last article of the series. I'll show you how to use the memento pattern to keep track of some properties that correspond to a file reading class. In this way we'll construct a flexible mechanism for moving back and forth between file lines.

They create both of the needed classes for the pattern to work - the originator and the caretaker class - to handle the reading of the files. The code for both is pretty cut and paste-able, so there's no problem getting your example to work. With those constructed, they tie them together with an example of the design pattern in action - reading and displaying the lines of a text file to the user.

0 comments voice your opinion now!
memento design pattern tutorial read file echo class memento design pattern tutorial read file echo class


blog comments powered by Disqus

Similar Posts

Jonathan Snook's Blog: Easier Static Pages for CakePHP 1.2 Update

SitePoint.com: Create Dynamic Images with ImageMagick

Gonzalo Ayuso's Blog: Function decorators in PHP with PHPDoc and Annotations

Noupe.com: How To Create Your Own Stats Program (JavaScript, AJAX, PHP)

Brandon Savage's Blog: Installing PHP 5.3 On Ubuntu


Community Events









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


functional unittest phpunit development release framework interview api introduction language object opinion database composer community code example testing zendframework2 event

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