PHP Aspect Oriented Design
- by Devin Dixon
This is a continuation of this Code Review question.
What was taken away from that post, and other aspect oriented design is it is hard to debug. To counter that, I implemented the ability to turn tracing of the design patterns on. Turning trace on works like:
//This can be added anywhere in the code
Run::setAdapterTrace(true);…