PHP Coding Standards (3) – Coding Style

1. PHP code must always be delimited by the full-form, […]

Posted in Coding Standards | Tagged , | Leave a comment

Singleton Pattern in Zend Framework

The singleton provides a very good solution to the prob […]

Posted in Design Patterns | Tagged , | Leave a comment

Factory Pattern in Zend Framework

The factory pattern is a simple but powerful design pat […]

Posted in Design Patterns | Tagged , | 1 Comment

PHP Coding Standards (2) – Naming Conventions

1. The Zend Framework employs a class naming convention […]

Posted in Coding Standards | Tagged , | Leave a comment

Create Captcha Image with Zend_Dojo

Users usually see the captcha and are asked to typ […]

Posted in Zend Framework | Tagged , | Leave a comment