Aspect-Oriented Programming in PHP with Go
By Patkos Csaba The concept of Aspect-Oriented Programming (AOP) is fairly new to PHP. There’s currently no official AOP support in PHP, but there are some extensions and libraries which implement this feature. In this lesson, we’ll use the Go! PHP library to learn AOP in PHP. A Brief History of AOP Aspect-Oriented programming […]