From c644128fdd49a47d791240e0e38b54cd22412bc5 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Wed, 4 Jul 2007 23:54:32 +0000 Subject: fixed validation errors... about a zillion of em. --- user_guide/libraries/uri.html | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'user_guide/libraries/uri.html') diff --git a/user_guide/libraries/uri.html b/user_guide/libraries/uri.html index ec7770570..7efca6dd1 100644 --- a/user_guide/libraries/uri.html +++ b/user_guide/libraries/uri.html @@ -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 CodeIgniter'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 CodeIgniter's URI Routing feature. +re-routed URI in the event you are using CodeIgniter's URI Routing feature.

@@ -173,8 +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 CodeIgniter's URI Routing feature. - +re-routed URI in the event you are using CodeIgniter's URI Routing feature.

$this->uri->assoc_to_uri()

@@ -203,7 +202,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 CodeIgniter's URI Routing feature. +re-routed URI in the event you are using CodeIgniter's URI Routing feature.

@@ -215,7 +214,7 @@ re-routed URI in the event you are using CodeIgniter's URI Routing feature. +re-routed URI in the event you are using CodeIgniter's URI Routing feature.

@@ -250,7 +249,7 @@ Previous Topic:  Unit Testing Class Top of Page   ·   User Guide Home   ·   Next Topic:  User Agent Class -

+

CodeIgniter  ·  Copyright © 2007  ·  Ellislab, Inc.

-- cgit v1.2.3-24-g4f1b