-
Recent Posts
Categories
Recent Comments
Archives
Category Archives: Zend Framework
Zend Framework deployment with Capistrano
After playing around with Phing for a while I decided to bring the simplicity of Capistrano – which I have been using with my Rails apps – to our Zend Framework project at work. Surprisingly it wasn’t hard at all. … Continue reading
Posted in Zend Framework
Leave a comment
Zend Framework and the cost of flexibility
I have had to downgrade my copy of the Zend Framework to 1.7.8 after 5 mins of ‘upgrading’ to 1.8.0 to get access to all the promised goodies (Zend Tool, Zend Application, Zend Navigation, etc). Unfortunately, Zend_Loader::registerAutoload has been deprecated … Continue reading
Posted in Zend Framework
2 Comments
Jara Base – a base Zend Framework app
I recently had to set up a Zend Framework project at a friend’s house and realized how reliant I am on Zend Studio to set up a fresh project. Meet Jara Base – the ZF starter app and my solution … Continue reading
Posted in Zend Framework
3 Comments
Zend Framework titbits
There are a couple of Zend Framework snippets and how-tos I find myself googling over and over again. I have decided to maintain this list and keep adding to it as I go along. Bypassing Zend_Db prepared statements:For complex queries, … Continue reading
Posted in Zend Framework
Leave a comment