模型在CakePHP中有多个表吗? [英] Can a model have multiple tables in CakePHP?

查看:67
本文介绍了模型在CakePHP中有多个表吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

解决方案

从手册中的这句话猜出:


模型通常是数据库的访问点,更具体地说,是数据库中的某个表。默认情况下,每个模型使用的名称是其自身的复数的表,即用户模型使用users表。




<



检查此


Can a model have multiple tables in CakePHP?

解决方案

Guessing from this sentence in the manual:

A model is generally an access point to the database, and more specifically, to a certain table in the database. By default, each model uses the table who's name is plural of its own, i.e. a 'User' model uses the 'users' table.

I don't think so, but you can make relationships maybe thats what you need.

Check this

这篇关于模型在CakePHP中有多个表吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆