当前位置: 代码迷 >> PHP >> CakePHP
  详细解决方案

CakePHP

热度:644   发布时间:2013-12-04 17:21:01.0
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版本的不用加,你去官网看看手册,里面都有实例...
  相关解决方案