diff options
Diffstat (limited to 'user_guide_src/source/database/index.rst')
-rw-r--r-- | user_guide_src/source/database/index.rst | 25 |
1 files changed, 25 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..ab12b7cb7 --- /dev/null +++ b/user_guide_src/source/database/index.rst @@ -0,0 +1,25 @@ +################## +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. + +.. toctree:: + :titlesonly: + + Quick Start: Usage Examples <examples> + Database Configuration <configuration> + Connecting to a Database <connecting> + Running Queries <queries> + Generating Query Results <results> + Query Helper Functions <helpers> + Active Record Class <active_record> + Transactions <transactions> + Table MetaData <table_data> + Field MetaData <fields> + Custom Function Calls <call_function> + Query Caching <caching> + Database Manipulation with Database Forge <forge> + Database Utilities Class <utilities>
\ No newline at end of file |