We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents caa6080 + 1b97065 commit c96dc6dCopy full SHA for c96dc6d
1 file changed
user_guide_src/source/database/metadata.rst
@@ -51,14 +51,14 @@ $db->getFieldNames()
51
Returns an array containing the field names. This query can be called
52
two ways:
53
54
-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:
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