flexibility

Jani Hartikainen's Blog: Static/Dynamic typing sweet spot

PHPDeveloper.org  Wed, 10/08/2008 - 10:24

In a new post today Jani Hartikainen takes a look at one of the things that makes PHP both powerful and unpredictable at times - its variable typing, static versus dynamic.


 

Evert Pot's Blog: Integrating with Zend's OpenID

PHPDeveloper.org  Tue, 08/19/2008 - 10:28

In a new blog post today Evert Pot shares some of his thoughts on integrating the Zend implementation of the OpenID protocol, Zend_OpenId, into his application.


 

Symfony 1.1 - Ibuildings Blog

Planet PHP  Tue, 07/29/2008 - 02:45

The official stable release of symfony 1.1 is now nearly a month old, and response so far has been fairly positive.

This is not surprising, as this new version adds a lot of flexibility to the already flexible system that symfony offered.

Let's have a look at symfony 1.1, and specifically to the points that I feel are especially exciting in this new release.

Continue reading "Symfony 1.1"


 

CodeIgniter Blog: Japanese CodeIgniter book

PHPDeveloper.org  Tue, 06/10/2008 - 10:26

The CodeIgniter blog has pointed out something indicating the spread in popularity of the framework - a Japanese CodeIgniter book:


 

Zend Developer Zone: Decorators with Zend_Form

PHPDeveloper.org  Mon, 05/05/2008 - 12:57

On the Zend Developer Zone there's a new tutorial (by Matthew Weier O'Phinney) covering the use of decorators with the Zend_Form component of the Zend Framework.


 

Decorators with Zend_Form - planetphp

Planet PHP  Mon, 05/05/2008 - 07:49

Zend_Form has been lauded by many as a welcome addition to Zend Framework, and a flexible solution to the problem of forms.

That said, one point of flexibility it offers has proved to be a pain point for many developers: decorators.

This tutorial aims to shed some light on decorators, as well as provide strategies for creating your own decorators and combining them in creative ways to customize the output your forms generate.