Archive for the ‘OOP’ 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 …

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 …

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 …