php - Best approach for a administration panel in Symfony -


i need develop administration panel web application written symfony. generating backend application seems first option, think introduces complications.

the main purpose of basic administration panel managing users , configuring values multiple

<select>     <option>...</option>     <option>...</option>     ... </select> 

within application. restriction regular user cannot access area, model , crud actions should have same behaviour in frontend modules.

is worth create whole backend application in case? or should enough block access checking user role?

using same application easier simple administration tasks use same design , components frontend application.

permissions can set using configuration , should fine either way .

you create separate application , use admin generator...

it how want separate 2 parts of website.


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -