Welcome Guest, Not a member yet? Register   Sign In
Avoiding form elements caching ???
#4

[eluser]John_Betong_002[/eluser]
Try this:

Code:
# I am not sure of the count() value, you will have to check
if( ! isset( $_POST ) && count( $_POST ) < 2 )
{
  $this->output->cache(n);
}
&nbsp;
&nbsp;


Messages In This Thread
Avoiding form elements caching ??? - by El Forum - 01-22-2012, 05:42 AM
Avoiding form elements caching ??? - by El Forum - 01-23-2012, 12:37 AM
Avoiding form elements caching ??? - by El Forum - 01-23-2012, 03:54 AM
Avoiding form elements caching ??? - by El Forum - 01-23-2012, 05:16 AM
Avoiding form elements caching ??? - by El Forum - 01-23-2012, 05:22 AM
Avoiding form elements caching ??? - by El Forum - 01-23-2012, 05:35 AM



Theme © iAndrew 2016 - Forum software by © MyBB