Multitier and multilayer architecture Posted on 15th May, 2016 Tier and layers are often very similar to each other in names. That can be confusing, but they describe different things.
Symfony 2 advanced/detached ACL (archived) Posted on 17th March, 2016 In Symfony 2 you can use advanced/detached ACL (access control layer). It’s really fast and I think well engineered. Many people use or try to use ACL tightly coupled with code. This is done not only in Symfony framework.