Archive for the ‘Zend Framework’ Category

How to get Zend Date in SQL timestamp format e.g. MySQL YYYY-MM-DD HH:mm:ss

Saturday, January 31st, 2009

This is something I never remember how to do.

I spent along time looking for a suitable …

Simpletest expectation class that ignores whitespace in Mock Zend Db Queries

Sunday, January 18th, 2009

I was trying out Simpletest (unit testing framework) using a mock Zend Db connection that expected …

Example usage of Zend Form Element as a Controller Action Variable

Wednesday, December 24th, 2008

See the code: zend_form_Quick_Form_of_Server_Vars.txt

why is dijit date picker background bg color transparent?

Monday, December 22nd, 2008

I had just set up my first dijit form element, a date picker, using Zend Form. …

Programming - Why I like to Reinvent the Wheel

Tuesday, September 18th, 2007

The programming academia has been waging a war against ‘Reinventing the Wheel’ for many years. Within recent …

Index of “Complex Views with the Zend Framework” tutorial series

Tuesday, August 21st, 2007

A list of links that index the “Complex Views with the Zend Framework” series of tutorials on …

Zend Framework Zend_Db - When to Quote and When Not to Quote User Input

Sunday, August 5th, 2007

If you search the source code of the Zend Framework (version 1.0.0) for the string “get_magic_quotes_gpc” you …

Slightly confused about the Zend Framework naming conventions in the coding standard

Tuesday, July 24th, 2007

At the time of writing….

The documentation in the Zend Framework, that outlines theĀ  Zend_Controller Basics, …

Allow Dreamweaver MX to Open phtml files in Design View

Tuesday, July 24th, 2007

The Zend framework names View files with a .phtml extension by default. E.g. “application/views/scripts/index/index.phtml
As …

Merging ZEND framework with an existing site - mod_rewrite

Sunday, July 22nd, 2007

In a typical application of the Zend framework, a RewriteRule is created to route …