简体   繁体   中英

Zend Db Field Comments

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

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 .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM