Skip to content

Commit

Permalink
Merge pull request #8694 from kenjis/docs-db-metadata.rst
Browse files Browse the repository at this point in the history
docs: fix layout in Database Metadata
  • Loading branch information
kenjis authored Apr 2, 2024
2 parents caa6080 + 1b97065 commit c96dc6d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions user_guide_src/source/database/metadata.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@ $db->getFieldNames()
Returns an array containing the field names. This query can be called
two ways:

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

.. literalinclude:: metadata/003.php
.. literalinclude:: metadata/003.php

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

.. literalinclude:: metadata/004.php
.. literalinclude:: metadata/004.php

Determine If a Field is Present in a Table
==========================================
Expand Down

0 comments on commit c96dc6d

Please sign in to comment.