From f5c7a6f44a46ab979dbf4e0b7eb336e32f26f93d Mon Sep 17 00:00:00 2001 From: Rick Ellis Date: Wed, 10 Sep 2008 22:12:51 +0000 Subject: Did some reorganizing --- user_guide/general/controllers.html | 4 +- user_guide/general/index.html | 94 ---------------------------------- user_guide/general/reserved_names.html | 4 +- user_guide/general/urls.html | 4 +- user_guide/general/views.html | 2 +- user_guide/nav/nav.js | 4 +- user_guide/overview/at_a_glance.html | 2 +- user_guide/toc.html | 4 +- 8 files changed, 11 insertions(+), 107 deletions(-) delete mode 100644 user_guide/general/index.html diff --git a/user_guide/general/controllers.html b/user_guide/general/controllers.html index 3b660d271..cb7f80eac 100644 --- a/user_guide/general/controllers.html +++ b/user_guide/general/controllers.html @@ -373,11 +373,11 @@ will override them. See Reserved Names for a f diff --git a/user_guide/general/index.html b/user_guide/general/index.html deleted file mode 100644 index f271b12bf..000000000 --- a/user_guide/general/index.html +++ /dev/null @@ -1,94 +0,0 @@ - - - - - -Getting Started With CodeIgniter : CodeIgniter User Guide - - - - - - - - - - - - - - - - - - - - - -
- - - - - -

CodeIgniter User Guide Version 1.7

-
- - - - - - - - - -
- - -
- - - -
- -

Getting Started With CodeIgniter

- -

Any software application requires some effort to learn. We've done our best to minimize the learning -curve while making the process as enjoyable as possible. -

- -

The first step is to install CodeIgniter, then read -all the topics in the Introduction section of the Table of Contents.

- -

Next, read each of the General Topics pages in order. -Each topic builds on the previous one, and includes code examples that you are encouraged to try.

- -

Once you understand the basics you'll be ready to explore the Class Reference and -Helper Reference pages to learn to utilize the native libraries and helper files.

- -

Feel free to take advantage of our Community Forums -if you have questions or problems, and -our Wiki to see code examples posted by other users.

- - -
- - - - - - - \ No newline at end of file diff --git a/user_guide/general/reserved_names.html b/user_guide/general/reserved_names.html index 39e1a9f18..10c447471 100644 --- a/user_guide/general/reserved_names.html +++ b/user_guide/general/reserved_names.html @@ -143,11 +143,11 @@ is a list of reserved names. Do not name your controller functions any of these diff --git a/user_guide/general/urls.html b/user_guide/general/urls.html index e0b130e47..36e19d6cf 100644 --- a/user_guide/general/urls.html +++ b/user_guide/general/urls.html @@ -141,11 +141,9 @@ segment based URLs.

diff --git a/user_guide/general/views.html b/user_guide/general/views.html index a5ffa08b7..e422c7eba 100644 --- a/user_guide/general/views.html +++ b/user_guide/general/views.html @@ -253,7 +253,7 @@ are not familiar with it you can read about it he