Hi I used fetchRow of Zend_Db_Table_Abstract. Now I would like to display all the columns name and their value of that row, wihout knowing its column names Usually to get a value I use $row->xyz but in this case I don't know 'xyz', I would like to display all columns + values, hope I am clear
How can I achieve this ? Thank you for any tips ! -- View this message in context: http://www.nabble.com/Zend_Db---get-the-column-names-of-a-row-tp20271015p20271015.html Sent from the Zend Framework mailing list archive at Nabble.com.
