找不到别名 xxx 的 cakephp 错误 Table class
cakephp error Table class for alias xxx could not be found
这是我第一次使用 cakephp(使用 xampp 和 phpmyadmin),我刚刚使用命令在终端中为它创建了 table orders 和控制器: .\cake bake controller orders, 但是当我打开它时出现错误error pic。我尝试使用其他名称和 tables 但没有任何效果。我该如何解决?
您应该创建模型
运行 在终端
./蛋糕烘焙模型订单
这是我第一次使用 cakephp(使用 xampp 和 phpmyadmin),我刚刚使用命令在终端中为它创建了 table orders 和控制器: .\cake bake controller orders, 但是当我打开它时出现错误error pic。我尝试使用其他名称和 tables 但没有任何效果。我该如何解决?
您应该创建模型 运行 在终端 ./蛋糕烘焙模型订单