Documentation TYPO3 par Ameos |
Public Member Functions | |
ADORecordSet_ldap ($queryID, $mode=false) | |
_initrs () | |
& | GetAssoc ($force_array=false, $first2cols=false) |
& | GetRowAssoc () |
GetRowNums () | |
_fetch () | |
_close () | |
Public Attributes | |
$databaseType = "ldap" | |
$canSeek = false | |
in other words, we use a text area for editing. | |
$_entryID |
Definition at line 270 of file adodb-ldap.inc.php.
& ADORecordSet_ldap::GetAssoc | ( | $ | force_array = false , |
|
$ | first2cols = false | |||
) |
return whole recordset as a 2-dimensional associative array if there are more than 2 columns. The first column is treated as the key and is not included in the array. If there is only 2 columns, it will return a 1 dimensional array of key-value pairs unless $force_array == true.
[force_array] | has only meaning if we have 2 data columns. If false, a 1 dimensional array is returned, otherwise a 2 dimensional array is returned. If this sounds confusing, read the source. | |
[first2cols] | means if there are more than 2 cols, ignore the remaining cols and instead of returning array[col0] => array(remaining cols), return array[col0] => col1 |
Reimplemented from ADORecordSet.
Definition at line 314 of file adodb-ldap.inc.php.
ADORecordSet_ldap::$canSeek = false |
in other words, we use a text area for editing.
any varchar/char field this size or greater is treated as a blob
Reimplemented from ADORecordSet.
Definition at line 273 of file adodb-ldap.inc.php.