Hi All, 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