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/managing_apps.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 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 5d20efac7..28e00f065 100644 --- a/user_guide/general/managing_apps.html +++ b/user_guide/general/managing_apps.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,9 +62,9 @@ Managing your Applications

Managing your Applications

-

By default it is assumed that you only intend to use Code Igniter to manage one application, which you will build in your +

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

+CodeIgniter installation, or even to rename or relocate your application folder.

Renaming the Application Folder

@@ -82,9 +82,9 @@ To do so open your main index.php and set a full server path$application_folder = "/Path/to/your/application"; -

Running Multiple Applications with one Code Igniter Installation

+

Running Multiple Applications with one CodeIgniter Installation

-

If you would like to share a common Code Igniter installation to manage several different applications simply +

If you would like to share a common CodeIgniter installation to manage several different applications simply put all of the directories located inside your application folder into their own sub-folder.

@@ -132,7 +132,7 @@ Previous Topic:  Profiling Your ApplicationAlternative PHP Syntax

-

Code Igniter  ·  Copyright © 2006  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2007  ·  Ellislab, Inc.

-- cgit v1.2.3-24-g4f1b