diff options
author | Joël Cox <joel@joelcox.nl> | 2011-10-09 18:45:09 +0200 |
---|---|---|
committer | Joël Cox <joel@joelcox.nl> | 2011-10-09 18:45:09 +0200 |
commit | 8ffcb2c8c7ef3da54d7e46c29d502533e413c820 (patch) | |
tree | 1f94e2e81b4d20f2df827b8a84eeda27032161a1 /user_guide_src/source/overview/index.rst | |
parent | f4fb1db458fab52d0493ead52c9ea7e01206eaa7 (diff) | |
parent | 6858c0753a7221796d6a5a1d7fea93cc2f9feb2e (diff) |
Merged develop branch in tutorial.
Diffstat (limited to 'user_guide_src/source/overview/index.rst')
-rw-r--r-- | user_guide_src/source/overview/index.rst | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/user_guide_src/source/overview/index.rst b/user_guide_src/source/overview/index.rst new file mode 100644 index 000000000..d541e796c --- /dev/null +++ b/user_guide_src/source/overview/index.rst @@ -0,0 +1,18 @@ +#################### +CodeIgniter Overview +#################### + +The following pages describe the broad concepts behind CodeIgniter: + +- :doc:`CodeIgniter at a Glance <at_a_glance>` +- :doc:`Supported Features <features>` +- :doc:`Application Flow Chart <appflow>` +- :doc:`Introduction to the Model-View-Controller <mvc>` +- :doc:`Design and Architectural Goals <goals>` + +.. toctree:: + :glob: + :hidden: + :titlesonly: + + *
\ No newline at end of file |