This post originated from an RSS feed registered with PHP Buzz
by Jackson Miller.
Original Post: Aspect Oriented PHP
Feed Title: Jaxn.org
Feed URL: http://jaxn.org
Feed Description: PHP thoughts on architecture and application design. Includes development information about Core Enterprise PHP.
I am writing some PHP again. Among other things I am using some Aspect Oriented stuff. I had written a proof of concept of a PHP only aspect oriented package (here) last year. I know Sebastian also had something similar.
My implementation proves the concept, but is very bare. I can't find Sebastian's implementation. Has anyone else done work along these lines? Is there a package I am unaware of?