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/installation/downloads.html | 34 ++++++++++++++-------------- user_guide/installation/index.html | 18 +++++++-------- user_guide/installation/troubleshooting.html | 14 ++++++------ user_guide/installation/upgrade_120.html | 12 +++++----- user_guide/installation/upgrade_130.html | 16 ++++++------- user_guide/installation/upgrade_131.html | 14 ++++++------ user_guide/installation/upgrade_132.html | 14 ++++++------ user_guide/installation/upgrade_133.html | 18 +++++++-------- user_guide/installation/upgrade_140.html | 14 ++++++------ user_guide/installation/upgrade_141.html | 14 ++++++------ user_guide/installation/upgrade_150.html | 14 ++++++------ user_guide/installation/upgrade_152.html | 14 ++++++------ user_guide/installation/upgrade_b11.html | 14 ++++++------ user_guide/installation/upgrading.html | 10 ++++---- 14 files changed, 110 insertions(+), 110 deletions(-) (limited to 'user_guide/installation') diff --git a/user_guide/installation/downloads.html b/user_guide/installation/downloads.html index 081fddc3c..9dd850b6f 100644 --- a/user_guide/installation/downloads.html +++ b/user_guide/installation/downloads.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,9 +45,9 @@ window.onload = function() { @@ -60,19 +60,19 @@ Downloading Code Igniter diff --git a/user_guide/installation/index.html b/user_guide/installation/index.html index 2f7977cd3..9abc283e6 100644 --- a/user_guide/installation/index.html +++ b/user_guide/installation/index.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() { @@ -62,22 +62,22 @@ Installation Instructions

Installation Instructions

-

Code Igniter is installed in four steps:

+

CodeIgniter is installed in four steps:

  1. Unzip the package.
  2. -
  3. Upload the Code Igniter folders and files to your server. Normally the index.php file will be at your root.
  4. +
  5. Upload the CodeIgniter folders and files to your server. Normally the index.php file will be at your root.
  6. Open the application/config/config.php file with a text editor and set your base URL.
  7. If you intend to use a database, open the application/config/database.php file with a text editor and set your database settings.
-

If you wish to increase security by hiding the location of your Code Igniter files you can rename the system folder +

If you wish to increase security by hiding the location of your CodeIgniter files you can rename the system folder to something more private. If you do rename it, you must open your main index.php file and set the $system_folder variable at the top of the page with the new name you've chosen.

That's it!

-

If you're new to Code Igniter, please read the Getting Started section of the User Guide to begin learning how +

If you're new to CodeIgniter, please read the Getting Started section of the User Guide to begin learning how to build dynamic PHP applications. Enjoy!

@@ -95,7 +95,7 @@ Previous Topic:  Credits Next Topic:  Upgrading from a Previous Version

-

Code Igniter  ·  Copyright © 2006  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2007  ·  Ellislab, Inc.

diff --git a/user_guide/installation/troubleshooting.html b/user_guide/installation/troubleshooting.html index fd8632dd2..6f73f7555 100644 --- a/user_guide/installation/troubleshooting.html +++ b/user_guide/installation/troubleshooting.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() { @@ -67,7 +67,7 @@ does not support the PATH_INFO variable needed to serve search-engine friendly U As a first step, open your application/config/config.php file and look for the URI Protocol information. It will recommend that you try a couple alternate settings. If it still doesn't work after you've tried this you'll need -to force Code Igniter to add a question mark to your URLs. To do this open your application/config/config.php file and change this:

+to force CodeIgniter to add a question mark to your URLs. To do this open your application/config/config.php file and change this:

$config['index_page'] = "index.php"; @@ -86,10 +86,10 @@ Previous Topic:  Upgrading Instructions    ·   Top of Page   ·   User Guide Home   ·   -Next Topic:  Code Igniter at a Glance +Next Topic:  CodeIgniter at a Glance

-

Code Igniter  ·  Copyright © 2006  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2007  ·  Ellislab, Inc.

diff --git a/user_guide/installation/upgrade_120.html b/user_guide/installation/upgrade_120.html index 4885f3d97..6d39ebb9b 100644 --- a/user_guide/installation/upgrade_120.html +++ b/user_guide/installation/upgrade_120.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() { @@ -88,10 +88,10 @@ Previous Topic:  Installation Instructions    ·   Top of Page   ·   User Guide Home   ·   -Next Topic:  Code Igniter at a Glance +Next Topic:  CodeIgniter at a Glance

-

Code Igniter  ·  Copyright © 2006  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2007  ·  Ellislab, Inc.

diff --git a/user_guide/installation/upgrade_130.html b/user_guide/installation/upgrade_130.html index 694395c3f..1a89df033 100644 --- a/user_guide/installation/upgrade_130.html +++ b/user_guide/installation/upgrade_130.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 @@ have not upgraded to that version please do so first.

with a static one.

-

Step 1: Update your Code Igniter files

+

Step 1: Update your CodeIgniter files

Replace the following directories in your "system" folder with the new versions:

@@ -152,7 +152,7 @@ $config['url_suffix'] = ""; | Enable Query Strings |------------------------------------------------ | -| By default Code Igniter uses search-engine and +| By default CodeIgniter uses search-engine and | human-friendly segment based URLs: | | www.your-site.com/who/what/where/ @@ -199,10 +199,10 @@ Previous Topic:  Installation Instructions    ·   Top of Page   ·   User Guide Home   ·   -Next Topic:  Code Igniter at a Glance +Next Topic:  CodeIgniter at a Glance

-

Code Igniter  ·  Copyright © 2006  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2007  ·  Ellislab, Inc.

diff --git a/user_guide/installation/upgrade_131.html b/user_guide/installation/upgrade_131.html index 4509f1579..6ae182285 100644 --- a/user_guide/installation/upgrade_131.html +++ b/user_guide/installation/upgrade_131.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() { @@ -69,7 +69,7 @@ have not upgraded to that version please do so first.

-

Step 1: Update your Code Igniter files

+

Step 1: Update your CodeIgniter files

Replace the following directories in your "system" folder with the new versions:

@@ -98,10 +98,10 @@ Previous Topic:  Installation Instructions    ·   Top of Page   ·   User Guide Home   ·   -Next Topic:  Code Igniter at a Glance +Next Topic:  CodeIgniter at a Glance

-

Code Igniter  ·  Copyright © 2006  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2007  ·  Ellislab, Inc.

diff --git a/user_guide/installation/upgrade_132.html b/user_guide/installation/upgrade_132.html index a0dfe57d4..6d29e1a4d 100644 --- a/user_guide/installation/upgrade_132.html +++ b/user_guide/installation/upgrade_132.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() { @@ -69,7 +69,7 @@ have not upgraded to that version please do so first.

-

Step 1: Update your Code Igniter files

+

Step 1: Update your CodeIgniter files

Replace the following directories in your "system" folder with the new versions:

@@ -96,10 +96,10 @@ Previous Topic:  Installation Instructions    ·   Top of Page   ·   User Guide Home   ·   -Next Topic:  Code Igniter at a Glance +Next Topic:  CodeIgniter at a Glance

-

Code Igniter  ·  Copyright © 2006  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2007  ·  Ellislab, Inc.

diff --git a/user_guide/installation/upgrade_133.html b/user_guide/installation/upgrade_133.html index c9277c65e..3fe58a70b 100644 --- a/user_guide/installation/upgrade_133.html +++ b/user_guide/installation/upgrade_133.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() { @@ -69,7 +69,7 @@ have not upgraded to that version please do so first.

-

Step 1: Update your Code Igniter files

+

Step 1: Update your CodeIgniter files

Replace the following directories in your "system" folder with the new versions:

@@ -86,9 +86,9 @@ have not upgraded to that version please do so first.

Step 2: Update your Models

-

If you are NOT using Code Igniter's Models feature disregard this step.

+

If you are NOT using CodeIgniter's Models feature disregard this step.

-

As of version 1.3.3, Code Igniter does not connect automatically to your database when a model is loaded. This +

As of version 1.3.3, CodeIgniter does not connect automatically to your database when a model is loaded. This allows you greater flexibility in determining which databases you would like used with your models. If your application is not connecting to your database prior to a model being loaded you will have to update your code. There are several options for connecting, as described here. @@ -108,10 +108,10 @@ Previous Topic:  Installation Instructions    ·   Top of Page   ·   User Guide Home   ·   -Next Topic:  Code Igniter at a Glance +Next Topic:  CodeIgniter at a Glance

-

Code Igniter  ·  Copyright © 2006  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2007  ·  Ellislab, Inc.

diff --git a/user_guide/installation/upgrade_140.html b/user_guide/installation/upgrade_140.html index fc3c4e561..5b215bd6a 100644 --- a/user_guide/installation/upgrade_140.html +++ b/user_guide/installation/upgrade_140.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() { @@ -69,7 +69,7 @@ have not upgraded to that version please do so first.

-

Step 1: Update your Code Igniter files

+

Step 1: Update your CodeIgniter files

Replace the following directories in your "system" folder with the new versions:

@@ -141,10 +141,10 @@ Previous Topic:  Installation Instructions    ·   Top of Page   ·   User Guide Home   ·   -Next Topic:  Code Igniter at a Glance +Next Topic:  CodeIgniter at a Glance

-

Code Igniter  ·  Copyright © 2006  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2007  ·  Ellislab, Inc.

diff --git a/user_guide/installation/upgrade_141.html b/user_guide/installation/upgrade_141.html index 31a5e94aa..40ba92465 100644 --- a/user_guide/installation/upgrade_141.html +++ b/user_guide/installation/upgrade_141.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() { @@ -69,7 +69,7 @@ have not upgraded to that version please do so first.

-

Step 1: Update your Code Igniter files

+

Step 1: Update your CodeIgniter files

Replace the following directories in your "system" folder with the new versions:

@@ -145,10 +145,10 @@ Previous Topic:  Installation Instructions    ·   Top of Page   ·   User Guide Home   ·   -Next Topic:  Code Igniter at a Glance +Next Topic:  CodeIgniter at a Glance

-

Code Igniter  ·  Copyright © 2006  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2007  ·  Ellislab, Inc.

diff --git a/user_guide/installation/upgrade_150.html b/user_guide/installation/upgrade_150.html index 196231eb4..65bf1e537 100644 --- a/user_guide/installation/upgrade_150.html +++ b/user_guide/installation/upgrade_150.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() { @@ -69,7 +69,7 @@ have not upgraded to that version please do so first.

-

Step 1: Update your Code Igniter files

+

Step 1: Update your CodeIgniter files

Replace these files and directories in your "system" folder with the new versions: @@ -174,10 +174,10 @@ Previous Topic:  Installation Instructions    ·   Top of Page   ·   User Guide Home   ·   -Next Topic:  Code Igniter at a Glance +Next Topic:  CodeIgniter at a Glance

-

Code Igniter  ·  Copyright © 2006  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2007  ·  Ellislab, Inc.

diff --git a/user_guide/installation/upgrade_152.html b/user_guide/installation/upgrade_152.html index c0411a579..5820ce1b0 100644 --- a/user_guide/installation/upgrade_152.html +++ b/user_guide/installation/upgrade_152.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() { @@ -69,7 +69,7 @@ have not upgraded to that version please do so first.

-

Step 1: Update your Code Igniter files

+

Step 1: Update your CodeIgniter files

Replace these files and directories in your "system" folder with the new versions: @@ -107,10 +107,10 @@ Previous Topic:  Installation Instructions    ·   Top of Page   ·   User Guide Home   ·   -Next Topic:  Code Igniter at a Glance +Next Topic:  CodeIgniter at a Glance

-

Code Igniter  ·  Copyright © 2006  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2007  ·  Ellislab, Inc.

diff --git a/user_guide/installation/upgrade_b11.html b/user_guide/installation/upgrade_b11.html index 3e4799b5d..9b45a990b 100644 --- a/user_guide/installation/upgrade_b11.html +++ b/user_guide/installation/upgrade_b11.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 @@ Upgrading from Beta 1.0 to Beta 1.1

Step 2: Relocate your config folder

-

This version of Code Igniter now permits multiple sets of "applications" to all share a common set of backend files. In order to enable +

This version of CodeIgniter now permits multiple sets of "applications" to all share a common set of backend files. In order to enable each application to have its own configuration values, the config directory must now reside inside of your application folder, so please move it there.

@@ -140,10 +140,10 @@ Previous Topic:  Installation Instructions    ·   Top of Page   ·   User Guide Home   ·   -Next Topic:  Code Igniter at a Glance +Next Topic:  CodeIgniter at a Glance

-

Code Igniter  ·  Copyright © 2006  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2007  ·  Ellislab, Inc.

diff --git a/user_guide/installation/upgrading.html b/user_guide/installation/upgrading.html index 68c6e5eb0..edf8fc0ca 100644 --- a/user_guide/installation/upgrading.html +++ b/user_guide/installation/upgrading.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() { @@ -91,7 +91,7 @@ Previous Topic:  Installation Instructions Next Topic:  Troubleshooting

-

Code Igniter  ·  Copyright © 2006  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2007  ·  Ellislab, Inc.

-- cgit v1.2.3-24-g4f1b