Archive for the ‘Zend Framework’ Category
Sunday, February 3rd, 2008
I'm typically a PHP guy. I wrote my first web page using PHP3 and have created some pretty robust websites since then and for the most part it's been a pleasure to work with. I also have a bit of experience using Zend Framework which among other things has ...
Posted in Django, Php, Programming, Python, Zend Framework | 2 Comments »
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 »