Chris Shiflett: Zend Framework WebcastThe core focus of the framework is Extreme Simplicity. In order to achieve this, it must be very easy to use. This doesn’t just mean that it must be simple to write code – it also needs to be useful in existing PHP environments without the need for external libraries or custom modifications. In many cases, this means that features must be implemented in pure PHP, so that they’re available everywhere. For example, the search component is a pure PHP implementation of Lucene, and the front controller doesn’t rely on a sophisticated collection of mod_rewrite rules.
Zend Frameworkの内容が発表。すごいシンプルでかなり素性が良さそう! mod_rewriteに頼らないURIマッピングとかControllerには依存しない色んなComponentとか驚くべき新機能!って感じじゃないけど正直好感が持てる!PHPで実装されたLuceneは日本語平気なのかとか興味は尽きません。