Filtering objects using annotations
by Rafael Dohms • August 11, 2011 • PHP • 2 Comments
Filtering with Annotations PHP does not have native Annotations support, however many projects have been using doc blocks to add value and semantics to code, like PHPUnit, Doctrine and Symfony. The Doctrine did a really good job in making available a Annotation parser kit, which allows you to bring the power of annotations into...
Read more →