首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > PHP >

CakePHP

2013-12-04 
CakePHP求救求救~index.php页面显示Cake is able to connect to the database.数据库表:usersmodel:user.p

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版本的不用加,你去官网看看手册,里面都有实例...

热点排行