ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:reference:recordset:getmenu

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
v5:reference:recordset:getmenu [2019/11/23 16:43] – $selectName is not optional dregadv5:reference:recordset:getmenu [2019/11/24 00:08] – No longer required to use ADODB_FETCH_NUM dregad
Line 1: Line 1:
 ====== getMenu ====== ====== getMenu ======
 ~~NOTOC~~ ~~NOTOC~~
-<WRAP info> 
-This method requires that ADODB_FETCH_MODE be set to ADODB_FETCH_NUM prior to execution of the SQL statement that will provide the recordset. 
-</WRAP> 
 <WRAP right box> <WRAP right box>
 == See Also == == See Also ==
Line 29: Line 26:
  
 Any extra column beyond the first two will be discarded. Any extra column beyond the first two will be discarded.
 +
 +NOTE: Until ADOdb 5.20.13, this method required that [[v5:reference:adodb_fetch_mode|ADODB_FETCH_MODE]] be set to ''ADODB_FETCH_NUM'' prior to execution of the SQL statement that will provide the recordset. Starting with 5.20.14, all fetch modes are supported
 +
 ===== Parameters ===== ===== Parameters =====
 ==== $selectName ===== ==== $selectName =====
Line 39: Line 39:
   * true (default) - creates an empty ''<option></option>'' tag   * true (default) - creates an empty ''<option></option>'' tag
   * false - does not creates an empty ''<option></option>'' tag   * false - does not creates an empty ''<option></option>'' tag
-  * string value - creates an ''<option value=``>STRING</option>'' tag+  * string value - creates an ''<option value="">STRING</option>'' tag
   * string value format ''value:description'' - creates an ''<option value='value'>description</option>'' tag   * string value format ''value:description'' - creates an ''<option value='value'>description</option>'' tag
  
v5/reference/recordset/getmenu.txt · Last modified: 2019/11/24 00:16 by dregad