如何在没有“id”的情况下自动填充下拉列表cakePHP 中的字段?
我有两个表:
- 具有字段 [objid(PK), name] 的国家
- 具有字段 [objid(PK), name, country_id(FK)] 的城市
使用 cakePHP,在城市模型中使用 $belongsTo 到 auto 的正确语法是什么人口下降的国家?
I have two tables:
- countries with fields [objid(PK), name]
- cities with fields [objid(PK), name, country_id(FK)]
Using cakePHP, what would be the correct syntax of using $belongsTo in city model to auto populate the countries drop down?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
城市模型
县模型
City Model
County Model