There is support for table metadata caching available:
http://framework.zend.com/manual/en/zend.db.table.html#zend.db.table.metadata.caching
Hope this helps! If not, please let us know how to improve the
documentation and/or functionality. :)
Best regards,
Darby
ViShap wrote:
> Thank you for this respond!
>
> Err, is there a way to stop the automatic "describe" ?
> If it is, I will change the structure tonight to Zend_Db_Table \o/
> (otherwise the overhead is no good :( )
>
> Regards
> ViShap
>
> -----Original Message-----
>
> (...)
> Okay, only *now* have you indicated what you were trying to accomplish.
> And yes, you can do this:
>
> $adapter = $Info->getAdapter();
> $where = $adapter->quoteInto('users.nick = ?', 'fooBar')
> . ' AND users.nick = users_ID';
> $Info->update($fields, $where);
>
>
>