Yann Nave wrote:
Hye everybody.

Using ZendFramework 0.6, is there a way to have a rowset object width only some fields ? Not '*'.

No, this is not an option in Zend_Db in 0.6. Currently a Zend_Db_Table always fetches all columns reported by a describe of the table.

I've added your question as a feature request to our JIRA issue tracker, and it will be evaluated later.
http://framework.zend.com/issues/browse/ZF-694

Regards,
Bill Karwin

Reply via email to