News Feed
Jobs Feed
Sections




News Archive
Gonzalo Ayuso's Blog:
Function decorators in PHP with PHPDoc and Annotations
February 01, 2011 @ 13:13:04

Gonzalo Ayuso has a new post to his blog looking at some of the recent work he's done with PHPDoc and annotations to create "function decorators" in his code.

The idea is to solve the same problem I had when I wrote the previous article. I want to protect the execution of certain functions in a class to only being executed if the user is logged on. [...] The solution with interfaces is clean and simple (no extra libraries need and no reflection need too). The problem is that I can use it only for all the functions of the class.

He gives an example class with four different methods (one with annotations) and his annotation parsing class that runs the predispatch and postdispatch methods based on those annotations. He also shows another examples using an abstract class.

3 comments voice your opinion now!
annotations decorator phpdocumentor tutorial


blog comments powered by Disqus

Similar Posts

NETTUTS.com: Getting Started With CakePHP

SocialDevelopers.net: Facebook and the Zend Framework - Part 1: Iframe Authentication

9Lessons: User Signup using Facebook Data

DevShed: Building a Logout Class

Stefan Mischook's Blog: Cannot load mysql extension error - Video Tutorial How To


Community Events











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


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

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