Tag Archives: action

My custom Zend Framework ESI view helper

I’ve been a fan of Zend Framework for some time now and I’ve recently become quite a fan of Varnish. As you all know, Varnish is an extremely powerful reverse caching proxy (although the Varnish people prefer the term HTTP accelerator). Varnish supports a subset of the ESI language and I’ve written a custom Zend

Speaking at ConFoo

I’m very proud to announce that I’ll speaking at the 2011 edition of ConFoo in Montreal (Canada) in the beginning of March.

Speaking at PHP Barcelona Conference 2010

This weekend (October 29th & 30th) I will be speaking at the PHP Barcelona Conference 2010. I’m quite excited about this one, because I’ve never been to Barcelona. I have 2 talks to present: Varnish In Action PHP Through The Eyes Of A Hoster

Converting your Zend Framework MVC application into an XML webservice using one single plugin

That’s right folks, in this blog post I’ll show you how you can convert your entire MVC application into a REST-style XML webservice. And I’m not talking about refactoring tons of code … NO, we’ll plug this option in without changing a single thing to your action controllers. This post will contain a detailed description