Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Sebastian Bergmann's Blog:
Extended Reflection API for PHP 5
Sep 21, 2006 @ 12:15:13

In his latest post, Sebastian Bergmann shares some information about an extension for the Reflection API included in 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.

The wiki page for the project shares the difference between the two, including graphics to help show how they tie in together. There's even some pseudo code to get you started with the different class types, a mapping out of the API.

tagged: extended reflection api php5 type annotations chart map extended reflection api php5 type annotations chart map

Link:


Trending Topics: