Monthly Archives: May 2009

Time to clean up the PHP source code in version 6

I attended PHP Vikinger in Leuven yesterday which was actually a really cool unconference organised by Derick Rethans. According to unconference standards, talks aren’t really planned in advance which sometimes results in somewhat suprising features.

“CLI, the other SAPI” slides online

Better late the never: I finally put the slides of my presentation called “CLI, the other SAPI”. I did this talk some time ago at the PHPBelgium user group meeting which took place in the COMBELL offices in Gent. As some of you might have noticed: my blog series “CLI, the other SAPI” is actually

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