News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
Devshed:
The Basics of Using the Prototype Pattern with PHP 5
May 16, 2007 @ 07:53:00

DevShed gets back to its series looking at design patterns with this new tutorial covering the Prototype pattern. This pattern is commonly used when its too "expensive" to create an object in the usual way in an application.

The prototype class lets you use many instances of a specific class, without copying objects to different variables. [...] Expressed in simple terms, when you define a class in the context of a given PHP application, what you're actually doing is creating a prototype model that will be implemented by one or more instances of the originating class. Naturally there will be some variations, particularly if you're working with subclasses that override and overload methods defined by the respective parent.

In this first part of the series, they start by creating a class - DataPrototype - to act as a foundation for the rest of the tutorial. On top of the DataPrototype, they build two new classes:

  • an ArrayPrototype class that as methods for getting the size and data in an array as well as setting its contents
  • a FilePrototype that has methods for reading file information and saving new data out

Finally, they show it in action, first the ArrayPrototype, then the FilePrototype both setting the data of their respective storage method then getting its size.

0 comments voice your opinion now!
tutorial php5 designpattern prototype basic tutorial php5 designpattern prototype basic



Similar Posts

HowTo Forge: Intrusion Detection For PHP Applications With PHPIDS

DevShed: Creating a MySQL Abstraction Layer with Bridge Classes in PHP 5

Developer Tutorials Blog: Parallel web scraping in PHP: cURL multi functions

Zend Developer Zone: Paging Data Sets With PEAR Pager

DevShed: Defining a Custom Function for File Uploaders with PHP 5


Community Events







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


example package database mysql PHP5 security release job developer cakephp conference application PEAR zendframework releases zend ajax code framework book

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