v5:dictionary:metaforeignkeys
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| v5:dictionary:metaforeignkeys [2026/02/14 01:09] – change description of options mnewnham | v5:dictionary:metaforeignkeys [2026/02/26 00:40] (current) – [Return Value] dregad | ||
|---|---|---|---|
| Line 22: | Line 22: | ||
| The method returns an array of data: | The method returns an array of data: | ||
| * The main key represents the foreign table that the key associated with. | * The main key represents the foreign table that the key associated with. | ||
| - | * The values of the key are either a key=> | + | * The values of the key are either |
| + | * a key=> | ||
| + | * a numeric key with value being the same data represented as '' | ||
| + | ===== Explanation ===== | ||
| + | A table **// | ||
| + | ==== Associative Mode ==== | ||
| + | <code php> | ||
| + | [ | ||
| + | [' | ||
| + | [' | ||
| + | [' | ||
| + | ] | ||
| + | ] | ||
| + | </ | ||
| + | ==== Numeric Mode ==== | ||
| + | <code php> | ||
| + | [ | ||
| + | [' | ||
| + | [0] => ' | ||
| + | [1] => ' | ||
| + | ] | ||
| + | ] | ||
| + | </ | ||
| ===== Usage ===== | ===== Usage ===== | ||
| <code php> | <code php> | ||
v5/dictionary/metaforeignkeys.1771027756.txt.gz · Last modified: by mnewnham
