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/uri.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'user_guide/libraries/uri.html') diff --git a/user_guide/libraries/uri.html b/user_guide/libraries/uri.html index 163d02db2..53357d4c5 100644 --- a/user_guide/libraries/uri.html +++ b/user_guide/libraries/uri.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() { @@ -105,7 +105,7 @@ else

$this->uri->rsegment(n)

This function is identical to the previous one, except that it lets you retrieve a specific segment from your -re-routed URI in the event you are using Code Igniter's URI Routing feature. +re-routed URI in the event you are using CodeIgniter's URI Routing feature.

$this->uri->slash_segment(n)

@@ -129,7 +129,7 @@ $this->uri->slash_segment(3, 'both');

$this->uri->slash_rsegment(n)

This function is identical to the previous one, except that it lets you add slashes a specific segment from your -re-routed URI in the event you are using Code Igniter's URI Routing feature. +re-routed URI in the event you are using CodeIgniter's URI Routing feature. @@ -173,7 +173,7 @@ $array = $this->uri->uri_to_assoc(3, $default);

$this->uri->ruri_to_assoc(n)

This function is identical to the previous one, except that it creates an associative array using the -re-routed URI in the event you are using Code Igniter's URI Routing feature. +re-routed URI in the event you are using CodeIgniter's URI Routing feature. @@ -203,7 +203,7 @@ $str = $this->uri->assoc_to_uri($array);

$this->uri->ruri_string(n)

This function is identical to the previous one, except that it returns the -re-routed URI in the event you are using Code Igniter's URI Routing feature. +re-routed URI in the event you are using CodeIgniter's URI Routing feature. @@ -215,7 +215,7 @@ re-routed URI in the event you are using Code Igniter's URI Routing feature. +re-routed URI in the event you are using CodeIgniter's URI Routing feature. @@ -235,7 +235,7 @@ foreach ($segs as $segment)

$this->uri->rsegment_array(n)

This function is identical to the previous one, except that it returns the array of segments in your -re-routed URI in the event you are using Code Igniter's URI Routing feature. +re-routed URI in the event you are using CodeIgniter's URI Routing feature. @@ -251,7 +251,7 @@ Previous Topic:  Unit Testing Class User Guide Home   ·   Next Topic:  User Agent Class

-

Code Igniter  ·  Copyright © 2006  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2007  ·  Ellislab, Inc.

-- cgit v1.2.3-24-g4f1b