Zend Db 字段注释

发布于 2024-09-12 07:12:33 字数 156 浏览 6 评论 0原文

有谁知道是否可以使用 Zend Db 从 mysql 获取单独的字段注释。我正在处理的是一个注册表单,它从数据库表中获取其所有字段。

目前,我使用字段名称来生成表单元素的标签,但是从 information_schema.columns 表中获取此数据会更好。

谢谢

does anyone know if you can get individual field comments from mysql using Zend Db. What im working on is a registration form that gets all its fields from the db table.

At the moment im using the field names to generate the labels for the form elements however it would be much better to get this data from the information_schema.columns table.

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

羞稚 2024-09-19 07:12:33

我不相信你可以。这是从 Zend_Db_Table 类返回的元数据列表 - http://framework.zend.com/manual/en/zend.db.table.html#zend.db.table.metadata.caching.hardcoding

I don't believe you can. Here's the list of metadata returned from the Zend_Db_Table class - http://framework.zend.com/manual/en/zend.db.table.html#zend.db.table.metadata.caching.hardcoding.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文