CakePHP structure [closed]

0

I'm starting a project in CakePHP 2.X and it has CMS + Website.

I would like to know the best way to structure the files, as I would not like to keep all the files together, that is, the Back and Front files in the same Model, Controller and / or View.

If the best way (or only) is to join, that's fine. But I would like to know if I have other options for structuring the files for a better project organization.

    
asked by anonymous 28.11.2015 / 17:39

1 answer

0

After a search in some forums the best option, in my case, was to develop the application as if it were a Cake Plugin.

Many programmers use this technique.

    
18.12.2015 / 11:51