If you work with cakePHP you will realize that there are some differences between the 2.0 and 3.0 and a small learning curve.
Here are the simple steps to baking with cakephp 3.0 IN Xampp
Get to the command prompt via xampp control panel
Do the following:
cd htdocs
cd cake
cd bin
cake bake all [table name]
This will bake the controller, model and view of your table