News Feed
Jobs Feed
Sections




News Archive
Sebastian Bergmann's Blog:
AspectPHP
March 20, 2006 @ 06:54:17

As was mentioned in one of his previous blog posts, Sebastian Bergmann has been working up his own PHP version of an aspect-oriented framework. According to this new post, he's already done some work on the project and has created a page with more information.

As I wrote earlier, I am not satisfied with the Current State of AOP for PHP and started to work on AspectPHP a while ago. Today I am going to share my ideas on the subject.

What sets AspectPHP apart from other implementations of Aspect-Oriented Programming is its simplicity: aspects are plain PHP classes that declare pointcuts using annotations.

He gives an example of this kind of functionality, including a bit of code to illustrate. The example logs all method calls and, in this case, simply outputs them to the browser.

Unfortunately, he also mentions that, at this time, he doesn't have any code for the framework that he can release, but you can check out the site he's created for more information.

0 comments voice your opinion now!
aspect oriented programming aspectphp framework logging example aspect oriented programming aspectphp framework logging example


blog comments powered by Disqus

Similar Posts

Jackson Miller's Blog: Ruby on Rails Killer?

Paul Jones' Blog: Easy Benchmarking with Solar

Zend Developer Zone: This Week in the Zend Framework, Issue #7

Josh Adell's Blog: GetSet Methods vs. Public Properties

Community News: Del.icio.us Switches to Symfony


Community Events











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


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

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