blob: 56ce619ce31fe04bb87eb407ab29c59150dfb028 [file] [log] [blame]
Derek Jonesd1380382012-06-25 23:54:18 -07001######################
2CodeIgniter User Guide
3######################
Derek Jones8ede1a22011-10-05 13:34:52 -05004
Derek Jonesd1380382012-06-25 23:54:18 -07005- :doc:`License Agreement <license>`
6- :doc:`Change Log <changelog>`
Derek Jones8ede1a22011-10-05 13:34:52 -05007
Derek Jonesd1380382012-06-25 23:54:18 -07008.. contents::
9 :local:
10 :depth: 2
Derek Jones8ede1a22011-10-05 13:34:52 -050011
Derek Jonesd1380382012-06-25 23:54:18 -070012*******
13Welcome
14*******
Derek Jones8ede1a22011-10-05 13:34:52 -050015
Derek Jonesd1380382012-06-25 23:54:18 -070016- :doc:`general/welcome`
Derek Jones8ede1a22011-10-05 13:34:52 -050017
Derek Jonesd1380382012-06-25 23:54:18 -070018**********
19Basic Info
20**********
21
22- :doc:`general/requirements`
23- :doc:`general/credits`
24
25************
26Installation
27************
28
29- :doc:`installation/downloads`
30- :doc:`installation/index`
31- :doc:`installation/upgrading`
32- :doc:`installation/troubleshooting`
33
34************
35Introduction
36************
37
38- :doc:`overview/getting_started`
39- :doc:`overview/at_a_glance`
Derek Jonesd1380382012-06-25 23:54:18 -070040- :doc:`overview/features`
41- :doc:`overview/appflow`
42- :doc:`overview/mvc`
43- :doc:`overview/goals`
44
45********
46Tutorial
47********
48
49- :doc:`tutorial/index`
50- :doc:`tutorial/static_pages`
51- :doc:`tutorial/news_section`
52- :doc:`tutorial/create_news_items`
53- :doc:`tutorial/conclusion`
54
55**************
56General Topics
57**************
58
59.. toctree::
60 :glob:
61 :titlesonly:
62
63 general/index
64
65*****************
66Library Reference
67*****************
68
69.. toctree::
70 :glob:
71 :titlesonly:
72
73 libraries/index
74
James L Parry82c022a2014-11-24 00:33:02 -080075******************
76Database Reference
77******************
Derek Jonesd1380382012-06-25 23:54:18 -070078
James L Parry82c022a2014-11-24 00:33:02 -080079.. toctree::
80 :glob:
81 :titlesonly:
82
83 database/index
Derek Jonesd1380382012-06-25 23:54:18 -070084
85****************
86Helper Reference
87****************
88
89.. toctree::
90 :glob:
91 :titlesonly:
92
93 helpers/index
Derek Jones8ede1a22011-10-05 13:34:52 -050094
Derek Jonesf3ab2572012-07-02 11:12:44 -070095***************************
96Contributing to CodeIgniter
97***************************
98
99.. toctree::
100 :glob:
101 :titlesonly:
102
103 contributing/index
104 DCO
105
Derek Jones8ede1a22011-10-05 13:34:52 -0500106.. toctree::
107 :glob:
108 :titlesonly:
109 :hidden:
110
111 *
112 overview/index
Derek Jones619b1222011-10-10 16:26:27 -0500113 general/requirements
Derek Jones1a856532012-07-04 07:06:08 -0700114 general/welcome
Derek Jones8ede1a22011-10-05 13:34:52 -0500115 installation/index
116 general/index
117 libraries/index
Derek Jones8ede1a22011-10-05 13:34:52 -0500118 helpers/index
Derek Jones619b1222011-10-10 16:26:27 -0500119 database/index
Joël Coxc2b48812011-10-10 20:24:46 +0200120 documentation/index
Derek Jonesbf6df692011-10-10 16:32:55 -0500121 tutorial/index
dchill423169f262012-08-11 20:12:05 -0400122 general/credits