Issue
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?
Solution
You should create model run in terminal ./cake bake model orders
Answered By - Chadou Mohamed Ali
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.