Derek Jones | 8ede1a2 | 2011-10-05 13:34:52 -0500 | [diff] [blame] | 1 | #################### |
| 2 | CodeIgniter Overview |
| 3 | #################### |
| 4 | |
| 5 | The following pages describe the broad concepts behind CodeIgniter: |
| 6 | |
Derek Jones | 8ede1a2 | 2011-10-05 13:34:52 -0500 | [diff] [blame] | 7 | .. toctree:: |
Derek Jones | 8ede1a2 | 2011-10-05 13:34:52 -0500 | [diff] [blame] | 8 | :titlesonly: |
| 9 | |
Derek Jones | 619b122 | 2011-10-10 16:26:27 -0500 | [diff] [blame] | 10 | Getting Started <getting_started> |
| 11 | CodeIgniter at a Glance <at_a_glance> |
Derek Jones | 619b122 | 2011-10-10 16:26:27 -0500 | [diff] [blame] | 12 | Supported Features <features> |
| 13 | Application Flow Chart <appflow> |
| 14 | Model-View-Controller <mvc> |
| 15 | Architectural Goals <goals> |