{ // Dikirim oleh: LuriDarmawan pada Wednesday, January 23, 2008, telah di klik 846 kali // Topik : Umum
Wednesday, January 23, 2008 - 03:49 PM
Anda seorang developer yang sering berbasis Aspect-Oriented Programming ?
jika iya, sebaiknya yang ini Anda lirik juga.
berikut informasinya, saya copy-paste langsung dari situs yang bersangkutan
What is phpAspect?
phpAspect is a PHP language extension to implement
Aspect-Oriented Programming.
The phpAspect compiler
weaves aspects implementing crosscutting concerns
(see the weaving chain) into PHP source code.
The weaving process is static (before source code execution)
and based on Lex and Yacc analysis.
The woven PHP source
code can be executed with any PHP 5 version.