Ok thanks a lot. Because for now I give my rowset to my view. And iterate it to print on my template.
Perhaps a bad approch ? Best regards On 12/28/06, Bill Karwin <[EMAIL PROTECTED]> wrote:
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
-- Yannux http://blog.onbebop.net
