Skip to content

Commit c96dc6d

Browse files
authored
Merge pull request #8694 from kenjis/docs-db-metadata.rst
docs: fix layout in Database Metadata
2 parents caa6080 + 1b97065 commit c96dc6d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

user_guide_src/source/database/metadata.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ $db->getFieldNames()
5151
Returns an array containing the field names. This query can be called
5252
two ways:
5353

54-
1. You can supply the table name and call it from the ``$db->object``:
54+
1. You can supply the table name and call it from the ``$db`` object:
5555

56-
.. literalinclude:: metadata/003.php
56+
.. literalinclude:: metadata/003.php
5757

5858
2. You can gather the field names associated with any query you run by
59-
calling the function from your query result object:
59+
calling the function from your query result object:
6060

61-
.. literalinclude:: metadata/004.php
61+
.. literalinclude:: metadata/004.php
6262

6363
Determine If a Field is Present in a Table
6464
==========================================

0 commit comments

Comments
 (0)