From 7a75de167dc927e39093a87337e8a362de887c31 Mon Sep 17 00:00:00 2001 From: Razican Date: Mon, 25 Apr 2011 12:58:11 +0200 Subject: Fixed typo error in toc.html in documentation. --- user_guide/toc.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide/toc.html') diff --git a/user_guide/toc.html b/user_guide/toc.html index 90442cb8c..4b4ab1001 100644 --- a/user_guide/toc.html +++ b/user_guide/toc.html @@ -113,7 +113,7 @@ Table of Contents
  • Profiling Your Application
  • Running via the CLI
  • Managing Applications
  • -
  • Handling Multiple Environments
  • +
  • Handling Multiple Environments
  • Alternative PHP Syntax
  • Security
  • PHP Style Guide
  • -- cgit v1.2.3-24-g4f1b From db60d240226468b19d656c4ba026bc992e4c3034 Mon Sep 17 00:00:00 2001 From: kenjis Date: Fri, 15 Apr 2011 11:31:30 +0900 Subject: add "Using CodeIgniter Drivers" and "Creating Your Own Driver" in TOC --- user_guide/toc.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'user_guide/toc.html') diff --git a/user_guide/toc.html b/user_guide/toc.html index 4b4ab1001..f6a5fe0ec 100644 --- a/user_guide/toc.html +++ b/user_guide/toc.html @@ -103,6 +103,8 @@ Table of Contents
  • Helpers
  • Using CodeIgniter Libraries
  • Creating Your Own Libraries
  • +
  • Using CodeIgniter Drivers
  • +
  • Creating Your Own Drivers
  • Creating Core Classes
  • Hooks - Extending the Core
  • Auto-loading Resources
  • -- cgit v1.2.3-24-g4f1b