From e7e1dcd452a15abaaa01c03cd1ade564e3a59453 Mon Sep 17 00:00:00 2001 From: admin Date: Sat, 21 Oct 2006 18:04:01 +0000 Subject: --- user_guide/libraries/output.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide/libraries/output.html') diff --git a/user_guide/libraries/output.html b/user_guide/libraries/output.html index d577fbba2..dd3ce4232 100644 --- a/user_guide/libraries/output.html +++ b/user_guide/libraries/output.html @@ -110,7 +110,7 @@ $this->output->set_header("Pragma: no-cache");

Permits you to enable/disable the Profiler, which will display benchmark and other data at the bottom of your pages for debugging and optimization purposes.

-

To enable the profiler place the the following function anywhere within your Controller functions:

+

To enable the profiler place the following function anywhere within your Controller functions:

$this->output->enable_profiler(TRUE);

When enabled a report will be generated and inserted at the bottom of your pages.

-- cgit v1.2.3-24-g4f1b