Planet eZ publish
The relaunch of the Swiss TV news site SF Tagesschau is based on eZ publish. Now, a 11 pages case study has been published, written by me and my colleague Marcus Rölz. The document explains the most important features and also provides some screenshots.
Yet, the case study is only available in German.
Andi Gutmans, Co-founder and Vice President of Zend, is quoted as saying:
It's about time we finally made the move. All of those people whining constantly about 'PHP is broken here - make it better' and 'Why can't you fix my favorite function so it works better?' Frankly, we at Zend are tired of it, and we're not gonna take it anymore.
Neither Zeev Suraski or Marc Andreessen could be reached for comment on this branch, but sources say that the entire company is behind this move. Branching off to create their own "Zend PHP" allows them to integrate their recently released (preview version) of Framework more closely and give it the power it needs to surpass the original PHP distribution.

April is almost here and it is time for an update of this week's happenings This week we bring you news about new eZ publish sub-releases, an update about 3.8 development process, together with an update on the current bug status.
The definition (of bootstrapping) from Wikipedia has more flair to it than I can probably give this article, but nonetheless bootstrapping is an incredibly important part of a PHP web application. It is the ignition, the launch-pad, the booster rockets, and even the safety gear for our trip through PHP Best Practices. Without a well designed bootstrap, our application will never get off the ground.
The general idea behind the bootstrapping is forcing all of the requests to a domain to be funneled through a central script and branching out from there. They talk about how to use Rewrite rules to accomplish this and how to set the setup. He finishes the post off by bringing it back to the layout of the application, pointing out where it fits in.

I was looking for solution how to place comments form below weblog entry in eZ publish so I decide to create custom action. I will try to explain how to define custom Action in eZ publish which create new comment object.
