Davide wrote: > It comes in my mind: "Luke, use the source"... But if someone else has > an answer that can avoid me the source :)
I was looking in the source and I found that at line 117 of cake/libs/view/helpers/cache.php[1] there's an If statement If I comment the testing (leaving the code inside the block) the things works fine. In fact for the plugin the $cache variable is always not passed while for a controller that I used for testing is passed as true. Where can I search for the calling of that function? I missed my self inside the code :) Thanks Davide 1. http://api.cakephp.org/view_2helpers_2cache_8php-source.html#l00117 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
