Hi Cakes,
I follow this article and it seems if I enable the element cache and then I
click the column title, the sort function stop to work.
View:
<?php $this->element('getevents', array('cache'=>true));?>
Event Model
<?php class Event extends AppModel
{
function afterSave()
{
@unlink(CACHE.'views'.DS.'element__getposts');
}
Is there any friend can give some instructions here?
--
Thanks
Joshua
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---