Doctrine filters and annotations to improve security and ease development in a Symfony app
A user should only see his orders, his messages and so on, but should never see others’ data. But it probably happened that you forgot at »
A user should only see his orders, his messages and so on, but should never see others’ data. But it probably happened that you forgot at »
This post presents two simple yet underused Symfony2 features that make actions code shorter and simpler to understand: The @Template annotation Action parameters conversion (optionally used »