File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
user_guide_src/source/database Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -51,14 +51,14 @@ $db->getFieldNames()
51
51
Returns an array containing the field names. This query can be called
52
52
two ways:
53
53
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 :
55
55
56
- .. literalinclude :: metadata/003.php
56
+ .. literalinclude :: metadata/003.php
57
57
58
58
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:
60
60
61
- .. literalinclude :: metadata/004.php
61
+ .. literalinclude :: metadata/004.php
62
62
63
63
Determine If a Field is Present in a Table
64
64
==========================================
You can’t perform that action at this time.
0 commit comments