|
|
phpAspect is a php language extension which implements aspect-oriented programming. The phpaspect compiler weaves aspects implementing crosscutting concerns into PHP source code. The weaving process is static (before source code execution) and based on Lex & Yacc analysis. The woven PHP source code can be executed with any PHP 5 version.


