CakePHP:有没有办法强制控制器使用某个模型作为默认模型?
我知道这可能听起来很奇怪,但我可能需要告诉我的控制器哪个模型是它自己的。有办法做到这一点吗?我的意思不仅仅是$uses
。
I know this may sound weird, but I might need to tell my controller which model is its own. Is there a way of doing this? I mean something else than just $uses
.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你是什么意思?
$uses 是告诉控制器哪个模型是其默认模型的方法。
所以你实际上在那里回答了你自己的问题......
what do you mean?
$uses IS the way to tell a controller which model is its default model.
so you actually answered your own question there...