But while watching the usage of this method I've wonder if its not wrong.
Probably in all modules and blocks we can find:
Code
$pnRender = pnRender::getInstance('module_name', false);
in situations where caching should be turned off, and
Code
$pnRender = pnRender::getInstance('module_name');
in situations where caching should be turned on.
I supposed that this are remains after pn764 way to initialize pnRedner, where we had caching turned on in default.
This is quite important to explain this issue, because currently it look like nothing is cached by pnRender and some thing need to be changed - the default value of "caching" argument or the pnRedner calls.
P.S. I've submitted above above-mentioned issue to bugtracker. Here I'm posting in hope to get answer - should be (or - will it be in final release) caching in getInstance method default turned off?
Edit: it looks like there is now problem
edited by: Jusuff, Jul 30, 2007 - 12:52 PM
--
Polish Zikula Team
Bianor Works - my Zikula works on CoZi
