News Feed
Jobs Feed
Sections




News Archive
Guilherme Blanco's Blog:
Transparent PHP AOP
August 02, 2006 @ 06:27:49

Guilherme Blanco has submitted a note about a project he's been working on, especially pertinent due to some of the discussion flying around on the subject - his Transparent PHP AOP project.

My AOP package implements this magic with PHP code in a transparent way. This means that the original code does not need to be altered in a special way to add or remove the aspects. It is only necessary to add a comment line to define the location of the pointcuts.

This package is actually a smart caching compiler. It preprocesses the original code to locate the pointcuts. Then it generates a new version that may include the code that implements the aspects that I want to enable.

In his blog entry, there are links to the package downloads and the official manual to help get you started as well as more details on some of the functionality behind the magic.

0 comments voice your opinion now!
transparent aspect oriented transparent aspect oriented


blog comments powered by Disqus

Similar Posts

Quaint\'s Blog: Object Oriented vs. Procedural

Guilherme Blanco's Blog: Transparent PHP AOP

DevShed: Design Patterns and PHP 5

DevShed: Building Object-Oriented Web Pages with Inheritance in PHP 5

Stefan Mischook's Blog: Object Oriented PHP Tutorial in PDF


Community Events











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


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

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