Hy I want to understand what is a better approach on problem solving point of view for a php project , a framework or the mvc pattern?
I would like to add that I know that both principels are quite the same but with a minor diffrence that a framework was made by someone else and has his style applied to it and a mvc pattern you build your own classes and templates and create it in your own style.
My concern regarding the mvc pattern is that a application build from scartch is harder to do and create a good secuirty or my assumption is a bad one.
I would like some oppinion and ideas regarding this topic Thank you very much for your time.