There are 3 articles written in November, 2009

Chaining routes in Zend Framework

on November 27, 2009. in Development, Programming. A 2 minute read.

On a forum, there was a question today, about adding language “support” to the routes using Zend Framework. The guy wanted routes like /en/foo/bar or /de/baz. I wrote there an example for that using Zend_Router_Routes_Chain, so just posting that example here, too :)

Continue reading Chaining routes in Zend Framework...

Zend Framework bug hunt days

on November 22, 2009. in Development, Programming. A 1 minute read.

On the 19th and 20th of this month, the third Zend Framework Bug Hunt days were held. I joined the party for the first time and I say, it was a jolly good one!

Continue reading Zend Framework bug hunt days...

A few days ago I finished reading Keith Pope's book titled “Zend Framework 1.8 Web Application Development”, so, after letting it “rest” in my mind for a while, here are my thoughts on it…