> That boost can also occur if you simply do metadata caching, per the
> performance recommendations. ;) Truly, that's the single easiest way to
> improve performance in Zend_Db_Table, and it has huge impact,
> particularly if you instantiate multiple copies of the table within your
> app.
>
> Using a singleton for performance reasons is almost always the wrong
> solution; look instead at how the objects that depend on it get the
> dependency.

Thanks Everyone - that helped clarify things =)

-Ed

Reply via email to