summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/database/index.rst
diff options
context:
space:
mode:
authorTimothy Warren <tim@timshomepage.net>2011-10-06 03:47:59 +0200
committerTimothy Warren <tim@timshomepage.net>2011-10-06 03:47:59 +0200
commitfb7ff742949e0474dfba30be45be513b3b4f63cc (patch)
tree87b150fd502d0789f9660ca4dc2ace44817813c3 /user_guide_src/source/database/index.rst
parentf7a8d86dbc6805a4e52964bbea76738df75b5f35 (diff)
parentec8abee24f456b09ab9d53e88853fe6bd0f7879a (diff)
Merge branch 'develop' of git://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.rst29
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