Archive for the ‘Zend Framework’ Category

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 …