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/general/urls.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'user_guide/general/urls.html') diff --git a/user_guide/general/urls.html b/user_guide/general/urls.html index 1d24312b1..4d29b730f 100644 --- a/user_guide/general/urls.html +++ b/user_guide/general/urls.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() { @@ -61,10 +61,10 @@ URLS
-

Code Igniter URLs

+

CodeIgniter URLs

-

By default, URLs in Code Igniter are designed to be search-engine and human friendly. Rather than using the standard "query string" -approach to URLs that is synonymous with dynamic systems, Code Igniter uses a segment-based approach:

+

By default, URLs in CodeIgniter are designed to be search-engine and human friendly. Rather than using the standard "query string" +approach to URLs that is synonymous with dynamic systems, CodeIgniter uses a segment-based approach:

www.your-site.com/news/article/my_article @@ -108,7 +108,7 @@ a request for your index.php file.

Adding a URL Suffix

In your config/config.php file you can specify a suffix that will be added to all URLs generated -by Code Igniter. For example, if a URL is this: +by CodeIgniter. For example, if a URL is this: www.your-site.com/index.php/products/view/shoes @@ -123,7 +123,7 @@ by Code Igniter. For example, if a URL is this: index.php?c=products&m=view&id=345 -

Code Igniter optionally supports this capability, which can be enabled in your application/config.php file. If you +

CodeIgniter optionally supports this capability, which can be enabled in your application/config.php file. If you open your config file you'll see these items:

$config['enable_query_strings'] = FALSE;
@@ -152,7 +152,7 @@ Previous Topic:  Getting Started User Guide Home   ·   Next Topic:  Controllers

-

Code Igniter  ·  Copyright © 2006  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2007  ·  Ellislab, Inc.

-- cgit v1.2.3-24-g4f1b