The Artima Developer Community
Sponsored Link

PHP Buzz Forum
Aspect-Oriented Programming (AOP) with PHP 5

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Sebastian Bergmann

Posts: 313
Nickname: sbergmann
Registered: Sep, 2004

Sebastian Bergmann is the developer of PHPUnit.
Aspect-Oriented Programming (AOP) with PHP 5 Posted: Oct 15, 2004 2:14 AM
Reply to this message Reply

This post originated from an RSS feed registered with PHP Buzz by Sebastian Bergmann.
Original Post: Aspect-Oriented Programming (AOP) with PHP 5
Feed Title: Sebastian Bergmann
Feed URL: http://sebastian-bergmann.de/
Feed Description: Geek by nature, PHP by choice.
Latest PHP Buzz Posts
Latest PHP Buzz Posts by Sebastian Bergmann
Latest Posts From Sebastian Bergmann

Advertisement
While attending Günter Kniesel's "Aspect-Oriented Software Development lecture yesterday it occured to me that it might be possible to (ab)use PHP 5's __autoload(), __call(), __get(), and __set() interceptors to facilitate Aspect-Oriented Programming with PHP.

After a bit of hacking I now have a working prototype that already offers several joinpoints for aspects to use. I have to force myself now not to work on this fun and interesting project for a while, otherwise I would not get my book done.

I have created a preliminary homepage for the project here, and a project at BerliOS.de here. Once I have cleaned up my current codebase I will import it into the Subversion repository. 165a

Read: Aspect-Oriented Programming (AOP) with PHP 5

Topic: Me and PHP Previous Topic   Next Topic Topic: Savant 2.2.0 released

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use