Search code examples
zend-frameworkzend-db

How to get Column Name With Zend DB


How to get Column Name With Zend DB


Solution

  • This is the correct answer, the older answers are wrong or outdated:

    $cols = $table->info(Zend_Db_Table_Abstract::COLS);