Reputation: 13
This is my first time with cakephp (using xampp and phpmyadmin) and I just created table orders and controller for it in terminal using command: .\cake bake controller orders, but when i open it there is an error error pic. I tried with other names and tables but nothing worked. How do I fix it?
Upvotes: 1
Views: 3444
Reputation: 36
You should create model run in terminal ./cake bake model orders
Upvotes: 1