I'm new to symfony, please don't scold me about this.
I read in Symfony 1.4 that there is a function to add backends to your applications through the doctrine of: generate-admin or generate: an application backend by implementing CRUD operations.
Now I wonder if there is something similar to Symfony2.0?
Basically, I have user management and a database in the background that I would like to have for my admin users, but I have to code it myself (for example, securing / admin, creating templates, classes, methods, etc. ). that perform these tasks) or can you make it easier using some existing backend functionality?
Thanks!
EDIT: Also read the plugin called "Apostophe" - but is there anything included in SF2, or are there any pre-configured versions of SF2 that already come with Backend solutions?
source share