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
------解决方案--------------------
我那的cakephp版本是2.x的,1.2版本的不用加,你去官网看看手册,里面都有实例...