News Feed
Jobs Feed
Sections




News Archive
Karsten Deubert's Blog:
Zend_MVC, Controller Plugins and Annotations
November 28, 2011 @ 12:02:50

Karsten Deubert has a recent post to his blog looking at annotations in Zend Framework applications to enhance functionality already in the framework.

Recently I had the idea to influence Controller Actions with annotations but discarded it with thoughts like "In PHP I will have to use reflection and some black magic to get this working which will have insane performance hits for my applications"... until I set everything up to see that it costs just 1-2ms in average per request without any form of caching.

He includes a few bits of code to show a simple annotation example (setting a layout) and the controller plugin that performs the translation. In his case, it's hard-coded to look for the "@layout" annotation in the docblock comment, but it'd be relatively trivial to extend it to a more full-featured version.

0 comments voice your opinion now!
zendframework mvc controller annotations docblock comment plugin


blog comments powered by Disqus

Similar Posts

Padraic Brady's Blog: Zend Framework Community Review Team

Robert Basic's Blog: Starting with Zend Framework - part 2

Matthew Turland's Blog: Zend Framework and Remember The Milk

Rob Allen's Blog: Two-Step view in Zend Framework 1.0.0

Federico Cargnelutti's Blog: Review: Zend Framework 1.8 Web Application Development


Community Events











Don't see your event here?
Let us know!


phpunit interview tool zendframework2 podcast development application series language release example opinion community introduction functional conference testing framework code unittest

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework