How to Get Field Name With Query in Zend Framework Test "Select * From Test1,Test2" how to get all field name in this query Zend Frame work cam do it?
|
|
|
|
|
|
|
Untested, but I believe the query is returned as an associative array (where the column name is the key), and so you can loop through the first record and pick up the column names, e.g.
|
||||||||
|
|
|
You could also issue Also, if you're using a model which extends HTH |
||
|
|
