Should I create new bundles and use separate property for admin page, or I just new adminAction ( )
as the page? What would be more safe and secure?
I'm not familiar with the Symfony2 web structure and want to improve it. Thanks in advance :)
I did just a few of the Simplon 2 but have seen the vast majority of the project That the administrators are using different bundles for the backend, such as
This provides a better separation of concern, because backend action is often related to the CRUD, when the frontend usually shows more And user management content though your project Interpretation of the target).
To go further you can already get bundles similar to the admin backend generator module of Syndphony (v1), like
Hope this helps you small.
Comments
Post a Comment