Skip to content

Commit

Permalink
Merge pull request #8822 from obozdag/patch-1
Browse files Browse the repository at this point in the history
docs: Change connecting and Query Builder link names in database/exam…
  • Loading branch information
kenjis authored Apr 25, 2024
2 parents 0a67abd + a53ae65 commit 1148a96
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions user_guide_src/source/database/examples.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
##################################
Database Quick Start: Example Code
##################################
###########################
Quick Start: Usage Examples
###########################

The following page contains example code showing how the database class
is used. For complete details please read the individual pages
Expand All @@ -24,7 +24,7 @@ your :doc:`configuration <configuration>` settings:
Once loaded the class is ready to be used as described below.

.. note:: If all your pages require database access you can connect
automatically. See the :doc:`connecting <connecting>` page for details.
automatically. See the :doc:`Connecting to a Database <connecting>` page for details.

Standard Query With Multiple Results (Object Version)
=====================================================
Expand Down Expand Up @@ -66,7 +66,7 @@ Standard Insert
Query Builder Query
===================

The :doc:`Query Builder Pattern <query_builder>` gives you a simplified
The :doc:`Query Builder <query_builder>` gives you a simplified
means of retrieving data:

.. literalinclude:: examples/007.php
Expand Down

0 comments on commit 1148a96

Please sign in to comment.