If added new form element, and then reload the ahah form page, add new form element again, it will save elements last time added

yaoweizhen - August 13, 2008 - 03:02
Project:AHAH Forms Framework
Version:5.x-1.5-5
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed
Description

It's a cache problem, if disabled the cache mode in performence setting, it will be solved. I think disable cache mode will decrease performence of website. So I use this code:

<?php
cache_clear_all
();
?>

It will delete all pages cache, if just delete ahah form page cache is better, the code is:
<?php
cache_clear_all
('page_link', 'cache_page', true);
?>

But this code doesn't work, i don't know, somebody can tell men?

#1

starbow - July 21, 2009 - 21:31
Status:needs review» closed
 
 

Drupal is a registered trademark of Dries Buytaert.