v5:reference:adodb_assoc_case
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| v5:reference:adodb_assoc_case [2022/06/08 16:10] – [ADODB_ASSOC_CASE] fix incorrect indication of when constant must be declared dregad | v5:reference:adodb_assoc_case [2022/06/08 16:14] (current) – [Usage] fix code samples to reflect correct initialization of ADODB_ASSOC_CASE dregad | ||
|---|---|---|---|
| Line 30: | Line 30: | ||
| ===== Usage ===== | ===== Usage ===== | ||
| <code php> | <code php> | ||
| - | define(' | ||
| require " | require " | ||
| + | define(' | ||
| $ADODB_FETCH_MODE = ADODB_FETCH_ASSOC; | $ADODB_FETCH_MODE = ADODB_FETCH_ASSOC; | ||
| - | // $db Connection assumed | + | $db = ADONewConnection(' |
| + | $db-> | ||
| print_r($db-> | print_r($db-> | ||
| Line 50: | Line 51: | ||
| or: | or: | ||
| + | |||
| <code php> | <code php> | ||
| - | define(' | ||
| require " | require " | ||
| + | define(' | ||
| $ADODB_FETCH_MODE = ADODB_FETCH_ASSOC; | $ADODB_FETCH_MODE = ADODB_FETCH_ASSOC; | ||
| - | // $db Connection assumed | + | $db = ADONewConnection(' |
| + | $db-> | ||
| print_r($db-> | print_r($db-> | ||
| Line 73: | Line 76: | ||
| <code php> | <code php> | ||
| - | define(' | ||
| require " | require " | ||
| + | define(' | ||
| $ADODB_FETCH_MODE = ADODB_FETCH_ASSOC; | $ADODB_FETCH_MODE = ADODB_FETCH_ASSOC; | ||
| - | // $db Connection assumed | + | $db = ADONewConnection(' |
| + | $db-> | ||
| print_r($db-> | print_r($db-> | ||
v5/reference/adodb_assoc_case.1654697441.txt.gz · Last modified: by dregad
