I'm starting to develop in Symfony since I've started working with it in my job. To justify why the Symfony 1.4 choice, I need to practice for this reason.
I have a doubt regarding something very simple. I want to do a website with a back end so people can change it's contents like what's in the slider, the news on the site and their products and collections (create, edit, etc).
So, what would be better: To do a normal website and echo the stuff that's on the database and have a Symfony back and app managing that? Or should I migrate my website to the Symfony structure and then do the back end on top of it? What's the correct approach?
Thanks in advance.