We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13071b8 commit 1b97065Copy full SHA for 1b97065
user_guide_src/source/database/metadata.rst
@@ -53,12 +53,12 @@ two ways:
53
54
1. You can supply the table name and call it from the ``$db`` object:
55
56
- .. literalinclude:: metadata/003.php
+ .. literalinclude:: metadata/003.php
57
58
2. You can gather the field names associated with any query you run by
59
-calling the function from your query result object:
+ calling the function from your query result object:
60
61
-.. literalinclude:: metadata/004.php
+ .. literalinclude:: metadata/004.php
62
63
Determine If a Field is Present in a Table
64
==========================================
0 commit comments