September's Meetup
Learn what's coming up:
Aspect Oriented Programming
As applications add features and codebases get bigger, code duplication becomes a problem. Aspect Oriented Programming avoids repetition by injecting reusable aspects without altering the original code. This talk will explore the AOP options available for PHP, examine the pros and cons, and add some AOP features to a simple Symfony application.