singleton

Zend Developer Zone: Design Patterns I Hate

PHPDeveloper.org  Wed, 05/18/2011 - 09:18

On the Zend Developer Zone today there's a new post from Keith Casey about some of the design patterns he hates - ones that are misused too often and have become more of a "worst practice" at times than others.


 

A Lesson In Static Methods And Late Static Binding - Brandon Sav...

Planet PHP  Mon, 04/12/2010 - 05:00

Until last week, I had never experienced what must have been incredibly frustrating to most developers: the fact that the self keyword in PHP refers to the class it is located in, and not necessarily a class that extends it.

I personally ran into this problem when trying to extend Zend_Auth. Being a singleton, the [...]


 

Keith Casey's Blog: Book Review: PHP Design Patterns by Jason Sw...

PHPDeveloper.org  Fri, 10/16/2009 - 07:30

Keith Casey has posted a review of the php|architect book "PHP Design Patterns" by Jason Sweat to his blog today.