当前位置:Gxlcms > PHP教程 > CakePHP

CakePHP

时间:2021-07-01 10:21:17 帮助过:4人阅读

CakePHP求救求救~
index.php页面显示Cake is able to connect to the database.
数据库表:users
model:user.php
controller:users_controller
view:view/users/register.ctp action="/users/register"

执行用户注册。 为什么总是提示:
Missing Database Table
Error: Database table users for model User was not found.
纯新人。。。求教啊。。 cakephp php sqlserver

分享到: 更多


------解决方案--------------------
引用:
Quote: 引用:

你在你的Controller里调用Model里的什么方法了?方法写了吗?


controller里面 必须要加上这一段吗? 我下载的例子看他们貌似都没加呢。 我加上了,但显示App::users未定义。


我那的cakephp版本是2.x的,1.2版本的不用加,你去官网看看手册,里面都有实例...

人气教程排行