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