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/parser.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'user_guide/libraries/parser.html') diff --git a/user_guide/libraries/parser.html b/user_guide/libraries/parser.html index 7238bcb41..0bc05886a 100644 --- a/user_guide/libraries/parser.html +++ b/user_guide/libraries/parser.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() { @@ -87,7 +87,7 @@ variables or variable tag pairs. If you've never used a template engine, pseudo-

These variables are not actual PHP variables, but rather plain text representations that allow you to eliminate PHP from your templates (view files).

-

Note: Code Igniter does not require you to use this class +

Note: CodeIgniter does not require you to use this class since using pure PHP in your view pages lets them run a little faster. However, some developers prefer to use a template engine if they work with designers who they feel would find some confusion working with PHP.

@@ -99,7 +99,7 @@ full-blown template parsing solution. We've kept it very lean on purpose in orde

Initializing the Class

-

Like most other classes in Code Igniter, the Parser class is initialized in your controller using the $this->load->library function:

+

Like most other classes in CodeIgniter, the Parser class is initialized in your controller using the $this->load->library function:

$this->load->library('parser');

Once loaded, the Parser library object will be available using: $this->parser

@@ -208,7 +208,7 @@ Previous Topic:  Trackback ClassUser Guide Home   ·   Next Topic:  Unit Testing Class

-

Code Igniter  ·  Copyright © 2006  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2007  ·  Ellislab, Inc.

-- cgit v1.2.3-24-g4f1b