Re: [fw-general] Caching DB relational values....

2010-01-14 Thread drm
Hi, I'm beginning with Zend_Cache. I would like to ask your help on caching DB relational data in controller and view script. Easiest in this case is cache the output of your view script, and let the controller check for cache validity. if($cache->isValid(some id)) { show cached version

[fw-general] Caching DB relational values....

2010-01-13 Thread Enkhbilguun Erdenetsogt
Hello everyone! I'm beginning with Zend_Cache. I would like to ask your help on caching DB relational data in controller and view script. I called my db model from my controller and assigned it to a view variable. In order to get a list similar to below, I used _findDependentRowSet in the view sc