blob: 04ee50df7369a88f8c053145d647cc4e42f54a1b [file] [log] [blame]
Derek Jones8ede1a22011-10-05 13:34:52 -05001################################
2Getting Started With CodeIgniter
3################################
4
5Any software application requires some effort to learn. We've done our
6best to minimize the learning curve while making the process as
7enjoyable as possible.
8
9The first step is to :doc:`install <../installation/index>`
10CodeIgniter, then read all the topics in the **Introduction** section of
11the Table of Contents.
12
13Next, read each of the **General Topics** pages in order. Each topic
14builds on the previous one, and includes code examples that you are
15encouraged to try.
16
17Once you understand the basics you'll be ready to explore the **Class
18Reference** and **Helper Reference** pages to learn to utilize the
19native libraries and helper files.
20
21Feel free to take advantage of our `Community
Andrey Andreev355f9ac2014-10-29 01:33:02 +020022Forums <http://forum.codeigniter.com/>`_ if you have questions or
23problems, and our `Wiki <https://github.com/bcit-ci/CodeIgniter/wiki>`_ to see code
Derek Jones8ede1a22011-10-05 13:34:52 -050024examples posted by other users.