From 3351fbc56cea19ec3dd603836beb0a420b1ded65 Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Fri, 1 Oct 2010 09:56:31 -0500 Subject: fixed code sample --- user_guide/general/controllers.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide/general') diff --git a/user_guide/general/controllers.html b/user_guide/general/controllers.html index 2020011d9..782fbfa7e 100644 --- a/user_guide/general/controllers.html +++ b/user_guide/general/controllers.html @@ -274,7 +274,7 @@ To have your controller's output cached properly, its _output() metho if ($this->output->cache_expiration > 0)
{
-    $this->output->write_cache($output);
+    $this->output->_write_cache($output);
}
If you are using this feature the page execution timer and memory usage stats might not be perfectly accurate -- cgit v1.2.3-24-g4f1b