How to get Column Name With Zend DB

前端 未结 5 1566
梦如初夏
梦如初夏 2021-02-14 00:54

How to get Column Name With Zend DB

5条回答
  •  佛祖请我去吃肉
    2021-02-14 01:33

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

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

提交回复
热议问题