예제 #1
0
파일: adodb.inc.php 프로젝트: qoire/portal
 /**
  * Generate a <SELECT> string from a recordset, and return the string.
  * If the recordset has 2 cols, we treat the 1st col as the containing 
  * the text to display to the user, and 2nd col as the return value. Default
  * strings are compared with the SECOND column.
  *
  */
 function GetMenu2($name, $defstr = '', $blank1stItem = true, $multiple = false, $size = 0, $selectAttr = '')
 {
     return ADORecordSet::GetMenu($name, $defstr, $blank1stItem, $multiple, $size, $selectAttr, false);
 }