Hello. I'm trying to build my own application using the MVC standard. I understand the separation of each item (Model, View and Controller). However, I want to do some sort of separation between Front-end and Back-end, since some Backend Controllers will have the same name as Frontend.
I can not see something that is simpler to create this restriction. Anyone have ideas how?