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 ...
Posted in OpenID, Php, Programming, Software, Web, Zend Framework | No Comments »
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 ...
Posted in Php, Programming, Software, Web, Zend Framework | No Comments »