From 4b7d19d373236d84a493b3b99eccf2f1f71f735b Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Wed, 11 Jul 2007 19:44:50 +0000 Subject: typo Output vs output --- user_guide/general/controllers.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'user_guide') diff --git a/user_guide/general/controllers.html b/user_guide/general/controllers.html index 5d83edcd6..157ce4038 100644 --- a/user_guide/general/controllers.html +++ b/user_guide/general/controllers.html @@ -272,10 +272,10 @@ function _output($output)
}

Please note that your _output() function will receive the data in its finalized state. Benchmark and memory usage data will be rendered, -cache files written (if you have caching enabled), and headers will be sent (if you use that feature) +cache files written (if you have caching enabled), and headers will be sent (if you use that feature) before it is handed off to the _output() function. If you are using this feature the page execution timer and memory usage stats might not be perfectly accurate since they will not take into acccount any further processing you do. For an alternate way to control output before any of the final processing is done, please see -the available methods in the Output Class.

+the available methods in the Output Class.

Private Functions

-- cgit v1.2.3-24-g4f1b