diff options
author | Derek Jones <derek.jones@ellislab.com> | 2011-10-05 22:08:21 +0200 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2011-10-05 22:08:21 +0200 |
commit | 4f0c8cb509f1a16e62bc1ddf23d035fcb06e0214 (patch) | |
tree | e0514a8f423613cfb31717e71c04ba186df1b0ae /user_guide_src/source/database/index.rst | |
parent | 044a5221843cc2d88b936f3e658a1df4bc28cfe2 (diff) | |
parent | 57ccd441085a4d387a0c7acdd7eec00ff9c1077a (diff) |
Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop
Diffstat (limited to 'user_guide_src/source/database/index.rst')
-rw-r--r-- | user_guide_src/source/database/index.rst | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/user_guide_src/source/database/index.rst b/user_guide_src/source/database/index.rst new file mode 100644 index 000000000..3b59986be --- /dev/null +++ b/user_guide_src/source/database/index.rst @@ -0,0 +1,29 @@ +################## +The Database Class +################## + +CodeIgniter comes with a full-featured and very fast abstracted database +class that supports both traditional structures and Active Record +patterns. The database functions offer clear, simple syntax. + +- :doc:`Quick Start: Usage Examples <examples>` +- :doc:`Database Configuration <configuration>` +- :doc:`Connecting to a Database <connecting>` +- :doc:`Running Queries <queries>` +- :doc:`Generating Query Results <results>` +- :doc:`Query Helper Functions <helpers>` +- :doc:`Active Record Class <active_record>` +- :doc:`Transactions <transactions>` +- :doc:`Table MetaData <table_data>` +- :doc:`Field MetaData <fields>` +- :doc:`Custom Function Calls <call_function>` +- :doc:`Query Caching <caching>` +- :doc:`Database manipulation with Database Forge <forge>` +- :doc:`Database Utilities Class <utilities>` + +.. toctree:: + :glob: + :titlesonly: + :hidden: + + *
\ No newline at end of file |