Nick Lo wrote: > I've just recently had time to test out Zend_Db_Table and while I > realise it has a new proposal (which I can't get to right now as the > wiki appears to be down) I'm curious as to how many are really using or > planning to use it?
I'm using it for one app. Fortunately, that app doesn't do many db calls per request, so it doesn't hurt us too much. I'm not planning on using it for a bigger app though due to the describe. One option would be to cache the describe (forever!) when in production mode though and not cache at all in dev mode. Regards, Rob...
