diff options
author | Derek Jones <derek.jones@ellislab.com> | 2011-10-10 23:26:27 +0200 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2011-10-10 23:26:27 +0200 |
commit | 619b122cc8c213df558838ce9cc1c157a85a65b6 (patch) | |
tree | 346c13c7ec5989787bef1fccdc19ce71736fe50d /user_guide_src/source/general | |
parent | f769ec13d483347d1ad99d406384549055ca09d5 (diff) |
incremental improvement to user guide ToC
Diffstat (limited to 'user_guide_src/source/general')
-rw-r--r-- | user_guide_src/source/general/index.rst | 32 | ||||
-rw-r--r-- | user_guide_src/source/general/styleguide.rst | 7 |
2 files changed, 33 insertions, 6 deletions
diff --git a/user_guide_src/source/general/index.rst b/user_guide_src/source/general/index.rst index 1ece12bef..2bc684a1d 100644 --- a/user_guide_src/source/general/index.rst +++ b/user_guide_src/source/general/index.rst @@ -1,6 +1,32 @@ +############## +General Topics +############## + .. toctree:: - :glob: - :hidden: :titlesonly: - *
\ No newline at end of file + urls + controllers + reserved_names + views + models + Helpers <helpers> + libraries + creating_libraries + drivers + creating_drivers + core_classes + ancillary_classes + hooks + autoloader + common_functions + routing + errors + Caching <caching> + profiling + cli + managing_apps + environments + alternative_php + security + PHP Style Guide <styleguide>
\ No newline at end of file diff --git a/user_guide_src/source/general/styleguide.rst b/user_guide_src/source/general/styleguide.rst index 0373fc791..b3dc08871 100644 --- a/user_guide_src/source/general/styleguide.rst +++ b/user_guide_src/source/general/styleguide.rst @@ -1,6 +1,7 @@ -######################## -General Style and Syntax -######################## +############### +PHP Style Guide +############### + The following page describes the use of coding rules adhered to when developing CodeIgniter. |