Archive for the ‘Zend Framework’ Category

Zend Controller Plugin Order - Ensuring one Zend Framework Plugin Method is Invoked Before Another

Sunday, November 7th, 2010

Lets say you have two Zend Framework Plugins in a ZF MVC application.

How do you …

Constructor Arguments for Zend Controller Action

Thursday, October 14th, 2010

I keep on forgetting which args are passed in to the Zend_Controller_Action

The answer can be found …

Zend Config XML and INI files - How to Specify False and Other Non-String PHP Data Types

Friday, August 27th, 2010

Zend Config INI and Zend Config XML are handy adaptors that allow you …

How to Convert a Legacy Site over to Zend Framework - 1 Favour Refactoring over Rewriting

Tuesday, May 18th, 2010

Over the years, I have often been faced with the choice of whether to refactor or rewrite.

In …

Gotcha: Zend_Validate_StringLength interface changes between versions 1.9 and 1.10

Saturday, April 17th, 2010

Just a little note to myself for when i upgrade to Zend Framework 1.10

The interface to the …

How to Access Custom Config Settings Within Bootstrap - Zend Framework Application

Tuesday, September 15th, 2009

Ok - so you have a Zend Framework ini file that contains the line:

mycustom.setting ="bar"

…and you want …

Specifying Extra File Types That Dreamweaver Should Search

Sunday, July 26th, 2009

Making  .ini’s and .htaccess files searchable by Dreamweaver (DW) and generally configuring it to work nicely with …

ZF Multi-Level Controller Directory - Action controller name formats; keyname, url segment, folder, file, class name

Tuesday, May 26th, 2009

ok..here are the results of some more experimentation that i have been doing with Zend Framework’s Front …

Gotcha: Zend url($urlOptions) prints /”Array”

Tuesday, May 26th, 2009

Ok…this is one for the album.

I’m learning Zend Framework (version 1.7.1) and doing some hacking.

I had …

Keeping Admin and Public Areas Separate Zend Framework - MVC - ACL versus .htaccess

Friday, May 22nd, 2009

This post started life as a question to Federico regarding his blog post (re-posted …