From d2df9bc7cc9d4b3e53818470c5d0977c9a36677c Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Sun, 15 Apr 2007 17:41:17 +0000 Subject: update pMachine to EllisLab update copyright year update Code Igniter to CodeIgniter --- user_guide/libraries/output.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'user_guide/libraries/output.html') diff --git a/user_guide/libraries/output.html b/user_guide/libraries/output.html index 6d2f9ae2e..e4e30032a 100644 --- a/user_guide/libraries/output.html +++ b/user_guide/libraries/output.html @@ -2,7 +2,7 @@ -Code Igniter User Guide +CodeIgniter User Guide @@ -22,7 +22,7 @@ window.onload = function() { - + @@ -33,7 +33,7 @@ window.onload = function() {
- +

Code Igniter User Guide Version 1.5.2

CodeIgniter User Guide Version 1.5.3

@@ -45,7 +45,7 @@ window.onload = function() { @@ -70,7 +70,7 @@ also responsible for caching your web page

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 CodeIgniter 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();

@@ -89,7 +89,7 @@ For example, if you build a page in one of your controller functions, don't set $string = $this->output->get_output();

Note that data will only be retrievable from this function if it has been previously sent to the output class by one of the -Code Igniter functions like $this->load->view().

+CodeIgniter functions like $this->load->view().

$this->output->set_header();

@@ -132,7 +132,7 @@ Previous Topic:  Language ClassUser Guide Home   ·   Next Topic:  Pagination Class

-

Code Igniter  ·  Copyright © 2006  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2007  ·  Ellislab, Inc.

-- cgit v1.2.3-24-g4f1b