From 8ede1a2ecbb62577afd32996956c5feaf7ddf9b6 Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Wed, 5 Oct 2011 13:34:52 -0500 Subject: replacing the old HTML user guide with a Sphinx-managed user guide --- user_guide_src/source/database/index.rst | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 user_guide_src/source/database/index.rst (limited to 'user_guide_src/source/database/index.rst') 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 ` +- :doc:`Database Configuration ` +- :doc:`Connecting to a Database ` +- :doc:`Running Queries ` +- :doc:`Generating Query Results ` +- :doc:`Query Helper Functions ` +- :doc:`Active Record Class ` +- :doc:`Transactions ` +- :doc:`Table MetaData ` +- :doc:`Field MetaData ` +- :doc:`Custom Function Calls ` +- :doc:`Query Caching ` +- :doc:`Database manipulation with Database Forge ` +- :doc:`Database Utilities Class ` + +.. toctree:: + :glob: + :titlesonly: + :hidden: + + * \ No newline at end of file -- cgit v1.2.3-24-g4f1b