Archive for the ‘Zend Framework’ Category
Simpletest expectation class that ignores whitespace in Mock Zend Db Queries
Sunday, January 18th, 2009I 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, 2008why is dijit date picker background bg color transparent?
Monday, December 22nd, 2008I 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, 2007The 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, 2007A 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, 2007If 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, 2007At 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, 2007The 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, 2007In a typical application of the Zend framework, a RewriteRule is created to route …
