Steven Osborn
"I would love to change the world, but they won't give me the source code".

Archive for January, 2008

Using JanRain OpenID with Zend Framework

Monday, January 28th, 2008

Ok, I know Zend_OpenId is on the way, but for those of us who don't like to wait here's a way to get OpenID working with Zend Framework. Besides, JanRain's libraries tend to be pretty solid and up to date so you won't go wrong using this in place ...

What everyone’s Zend_View_Helper tutorials leave out.

Sunday, January 27th, 2008

There seems to be several Zend_View_Helper tutorials out there and all of them talk about what a view helper is and does, but I always left with one question: How do I make the helpers available to ALL of my views? Then I learned a bit about Zend_Controller_Action_HelperBroker This class can ...