chEAop-preview
chEAop-preview copied to clipboard
Just the PHP AOP proof of concept
chEAop preview
Description
For now it's only a Proof of Concept using Aspect Oriented Programming in PHP.
Base parts
- Inject extra code to existed classes (Proxy classes)
- Made any object injectable (IoC container)
- Common framework for adding extra code (AOP)
How to use
Look at the demos folder
- config.xml - IoC configuration
- test.php - Test script
Create and make writable demos/proxy, run php test.php
How it works
Look at source ;)