I am using cakephp version 2.9, to facilitate I decided to leave all applications with a single core. Until then everything ok, but when using the bake to be faster it does not find the files (model, controller) in the folder of the app that I am working on it is always referring to the core folder. How can I resolve this?
My scenario is php 5.6 installed and set in system path, I use xamp to run apache and mysql!