https://github.com/marcelog/ding-aop-example
An example using Aspect Oriented Programming in PHP with the Ding container
https://github.com/marcelog/ding-aop-example
Last synced: 10 months ago
JSON representation
An example using Aspect Oriented Programming in PHP with the Ding container
- Host: GitHub
- URL: https://github.com/marcelog/ding-aop-example
- Owner: marcelog
- Created: 2012-02-20T19:58:50.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-02-20T20:34:10.000Z (over 14 years ago)
- Last Synced: 2025-02-22T16:05:57.266Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 89.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
These are the examples of:
http://marcelog.github.com/articles/ding_php_aop_aspect_oriented_programming.html
Showing how to use Aspect Oriented Programming with the Ding container, using
annotations, xml, and yaml drivers, with global aspects and with aspects specified
per bean definition.