Extended Reflection API for PHP 5
The Extended Reflection API enhances PHP 5 by providing access to type information and annotations that are embedded as doc-comments into the sourcecode.
Processable additions to the source code enable a wide range of new applications in general, and Web Services and Aspect-Oriented Programming in particular.
Over a year ago I started to work on a similar project. Due to time limitations this effort never reached a state I was comfortable with for a first release. Today I removed the initial sources from PEAR's CVS repository.
Processable additions to the source code enable a wide range of new applications in general, and Web Services and Aspect-Oriented Programming in particular.
Over a year ago I started to work on a similar project. Due to time limitations this effort never reached a state I was comfortable with for a first release. Today I removed the initial sources from PEAR's CVS repository.
Defined tags for this entry: annotations
, aspect-oriented programming
, php
, reflection api
, web services
21/09/2006 at 12:32 Permalink
/**
* @Controller(type => DefaultController::TYPE_PLAIN, length => 100)
*/
An example can be found in the /tests dir in the following download:
http://jool.nl/2,download.html
Reply
24/10/2006 at 01:03 Permalink
http://code.google.com/p/addendum/
Reply