From 1f622294b92c095fd91e8ca44912d405c1605ded Mon Sep 17 00:00:00 2001 From: Pascal Kriete Date: Thu, 7 Apr 2011 12:06:51 -0400 Subject: Wow, I screwed that up, Reactor is going to 2.0.2 not 2.0.1 --- user_guide/general/managing_apps.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide/general/managing_apps.html') diff --git a/user_guide/general/managing_apps.html b/user_guide/general/managing_apps.html index b08d4aa6b..ea886d9cb 100644 --- a/user_guide/general/managing_apps.html +++ b/user_guide/general/managing_apps.html @@ -28,7 +28,7 @@
- +

CodeIgniter User Guide Version 2.0.1

CodeIgniter User Guide Version 2.0.2

-- cgit v1.2.3-24-g4f1b From 114ab0988e20ac6be39ad363ff897a1a3b85e565 Mon Sep 17 00:00:00 2001 From: Razican Date: Mon, 25 Apr 2011 17:26:45 +0200 Subject: Fixed double-space typo. --- user_guide/general/managing_apps.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'user_guide/general/managing_apps.html') diff --git a/user_guide/general/managing_apps.html b/user_guide/general/managing_apps.html index ea886d9cb..a6f9b72a0 100644 --- a/user_guide/general/managing_apps.html +++ b/user_guide/general/managing_apps.html @@ -58,7 +58,7 @@ Managing your Applications

Managing your Applications

By default it is assumed that you only intend to use CodeIgniter to manage one application, which you will build in your -application/ directory. It is possible, however, to have multiple sets of applications that share a single +application/ directory. It is possible, however, to have multiple sets of applications that share a single CodeIgniter installation, or even to rename or relocate your application folder.

Renaming the Application Folder

@@ -83,7 +83,7 @@ To do so open your main index.php and set a full server path put all of the directories located inside your application folder into their own sub-folder.

-

For example, let's say you want to create two applications, "foo" and "bar". You could structure your +

For example, let's say you want to create two applications, "foo" and "bar". You could structure your application folders like this:

applications/foo/
@@ -103,12 +103,12 @@ applications/bar/views/

To select a particular application for use requires that you open your main index.php file and set the $application_folder -variable. For example, to select the "foo" application for use you would do this:

+variable. For example, to select the "foo" application for use you would do this:

$application_folder = "applications/foo";

Note:  Each of your applications will need its own index.php file which -calls the desired application. The index.php file can be named anything you want.

+calls the desired application. The index.php file can be named anything you want.

-- cgit v1.2.3-24-g4f1b