From e334c472fb4be44feec3a73402fc4a2b062cbfc0 Mon Sep 17 00:00:00 2001 From: admin Date: Sat, 21 Oct 2006 19:44:22 +0000 Subject: --- user_guide/libraries/output.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'user_guide/libraries/output.html') diff --git a/user_guide/libraries/output.html b/user_guide/libraries/output.html index dd3ce4232..1fd3554cc 100644 --- a/user_guide/libraries/output.html +++ b/user_guide/libraries/output.html @@ -12,7 +12,7 @@ @@ -68,9 +68,9 @@ also responsible for caching your web page

Note: This class is initialized automatically by the system so there is no need to do it manually.

-

Under normal circumstances you won't even notice the Output class since it works transparently without your intervention. +

Under normal circumstances you won't even notice the Output class since it works transparently without your intervention. For example, when you use the Loader class to load a view file, it's automatically -passed to the Output class, which will be called automatically by Code Igniter at the end of system execution. +passed to the Output class, which will be called automatically by Code Igniter at the end of system execution. It is possible, however, for you to manually intervene with the output if you need to, using either of the two following functions:

$this->output->set_output();

-- cgit v1.2.3-24-g4f1b