CakePHP 框架中的 MySQL SET 和 ENUM 类型
我需要在 CakePHP 1.3 项目中使用 SET 和 ENUM 类型。我找到了一些建议,但它们都太旧了(2004-2006)并且充满了疯狂的方法,例如修改蛋糕的核心文件。另外,CakePHP 开发人员表示不支持 SET 和 ENUM 类型。
示例:
我有
SET('alpha','beta')
字段,我需要将此数据用作 add & 中的复选框。编辑动作。
有没有办法添加 SET 和 ENUM 字段的正常支持(表单助手等)?
I need to use SET and ENUM types in my CakePHP 1.3 project. I found some advices, but all them are too old (2004-2006) and full of crazy methods, like modifying cake's core files. Also, CakePHP developers said that SET and ENUM types are not supported.
Example:
I have
SET('alpha','beta')
field, and I need to use this data as checkboxes in add & edit actions.
Is there any way to add normal support (Form helpers etc.) of SET and ENUM fields?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论