v5:dictionary:metatype
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| v5:dictionary:metatype [2016/01/13 02:06] – ↷ Links adapted because of a move operation mnewnham | v5:dictionary:metatype [2021/03/09 10:41] (current) – [Usage] dregad | ||
|---|---|---|---|
| Line 8: | Line 8: | ||
| </ | </ | ||
| ===== Description ===== | ===== Description ===== | ||
| - | The function '' | + | |
| + | The function '' | ||
| + | This is usually the result of a call to [[v5:reference:recordset: | ||
| + | |||
| + | It returns an [[v5: | ||
| + | |||
| + | ===== Usage ===== | ||
| + | <code php> | ||
| + | /* | ||
| + | * Connection to mysql database | ||
| + | */ | ||
| + | |||
| + | print $db-> | ||
| + | |||
| + | /* | ||
| + | * Using a Field Object from a recordset | ||
| + | */ | ||
| + | $rs = $db-> | ||
| + | $field = $rs-> | ||
| + | print $rs-> | ||
| + | print $rs-> | ||
| + | </ | ||
v5/dictionary/metatype.1452647186.txt.gz · Last modified: (external edit)
