I have a forum board module which uses intensively Zend_Feed.

Which is the best way to implement cache for feed generation from database?

How should I name cache keys?
Maybe a hash of SQL query?
Some model name combination?

When and where to execute cache cleaning by tags?
Is this a job for model? postModify() method?

Feed_Controller with feed actions?
or My_Action_Controller_Feed?
Should feed methods be static?

New Zend_Feed is great. There's a lot of simple examples.
But I haven't seen complex example yet.

(I'm using Doctrine with ZF)

-- 
regards
takeshin
-- 
View this message in context: 
http://n4.nabble.com/Global-strategy-for-using-Zend-Feed-tp1437202p1437202.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to