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()
5151Returns an array containing the field names. This query can be called
5252two 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
58582. 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
6363Determine If a Field is Present in a Table
6464==========================================
You can’t perform that action at this time.
0 commit comments