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

Echolibre Blog: Customising Zend Framework Routing

Zend Developer Zone: Search Engine Friendly Websites with the Zend Framework

Robert Basic's Blog: Login example with Zend_Auth

PHPImpact Blog: Zend Framework Controller: 22% Drop in Responsiveness

Symfony Blog: Plugin Developers Day


Community Events











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


community release conference opinion introduction usergroup phpunit functional language development framework zendframework2 interview podcast rest unittest symfony2 database testing series

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