From 30e2eafa86c4c7b6b39cea3e7089a90df9f603fb Mon Sep 17 00:00:00 2001 From: Andrey Andreev Date: Tue, 12 Jun 2018 16:45:46 +0300 Subject: [ci skip] 3.1.9 release --- user_guide_src/source/database/index.rst | 25 ------------------------- 1 file changed, 25 deletions(-) delete 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 deleted file mode 100644 index 2fb50f9be..000000000 --- a/user_guide_src/source/database/index.rst +++ /dev/null @@ -1,25 +0,0 @@ -################## -Database Reference -################## - -CodeIgniter comes with a full-featured and very fast abstracted database -class that supports both traditional structures and Query Builder -patterns. The database functions offer clear, simple syntax. - -.. toctree:: - :titlesonly: - - Quick Start: Usage Examples - Database Configuration - Connecting to a Database - Running Queries - Generating Query Results - Query Helper Functions - Query Builder Class - Transactions - Getting MetaData - Custom Function Calls - Query Caching - Database Manipulation with Database Forge - Database Utilities Class - Database Driver Reference \ No newline at end of file -- cgit v1.2.3-24-g4f1b