Patterns in PHP

0
Categories: PHP
Posted on: 6th May 2009 by: Andrei

Links via SitePoint Forums

Core Patterns

The Singleton

The Strategy Pattern

Adapter and Proxy Patterns

The Observer Pattern

The Factory Method

The Iterator Pattern

The Decorator Pattern

The Command Pattern

The Template Method (in PHP5)

Enterprise Patterns
Patterns with direct relevance to web applications

- MVC
Example implementation

- Model View Controller
Short discussion

- Front Controller
General discussion and PHP issues

- The Front Controller and PHP
Problems with implementing front controllers in PHP

- The Registry
How to avoid global variables

- The DAO Pattern
Data Access Objects

- Incepting Filter
General discussion and PHP issues

- Template View
Study of the template view (i.e. templates) looking at differing approaches used in PHP and other languages

- Page Controller
Short discussion