Derek Jones | 8ede1a2 | 2011-10-05 13:34:52 -0500 | [diff] [blame] | 1 | ################## |
| 2 | The Database Class |
| 3 | ################## |
| 4 | |
| 5 | CodeIgniter comes with a full-featured and very fast abstracted database |
| 6 | class that supports both traditional structures and Active Record |
| 7 | patterns. The database functions offer clear, simple syntax. |
| 8 | |
| 9 | - :doc:`Quick Start: Usage Examples <examples>` |
| 10 | - :doc:`Database Configuration <configuration>` |
| 11 | - :doc:`Connecting to a Database <connecting>` |
| 12 | - :doc:`Running Queries <queries>` |
| 13 | - :doc:`Generating Query Results <results>` |
| 14 | - :doc:`Query Helper Functions <helpers>` |
| 15 | - :doc:`Active Record Class <active_record>` |
| 16 | - :doc:`Transactions <transactions>` |
| 17 | - :doc:`Table MetaData <table_data>` |
| 18 | - :doc:`Field MetaData <fields>` |
| 19 | - :doc:`Custom Function Calls <call_function>` |
| 20 | - :doc:`Query Caching <caching>` |
| 21 | - :doc:`Database manipulation with Database Forge <forge>` |
| 22 | - :doc:`Database Utilities Class <utilities>` |
| 23 | |
| 24 | .. toctree:: |
| 25 | :glob: |
| 26 | :titlesonly: |
| 27 | :hidden: |
| 28 | |
| 29 | * |