Hi everyone. I have a view which creates a <table> and has caching enabled. I need CakePHP to stop caching one table column (the one that has the actions -view, edit, delete-, because aren't common to all users).
The problem is that if I put the <cake:nocache> tag inside table.tr.td I get some errors when the view is loaded from the cache (the errors are because in the cached view, the vars needed to create the links for the actions doesn't exists). How can I stop CakePHP from caching that table column? any recommendation? Thanks gFa --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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 -~----------~----~----~----~------~----~------~--~---
