Archive for the ‘Zend Framework’ Category

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 …

Where to start? - Beginner Level to Expert PHP Website Developer

Friday, May 15th, 2009

This is a message to my previous self (like how Rimmer went back to tell …

principles of modular website architecture design

Tuesday, March 31st, 2009

This is a collection of links to articles that may be of interest to those who are …