v5:userguide:learn_dictionary:metacolumns
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| v5:userguide:learn_dictionary:metacolumns [2016/03/17 00:04] – [Extended Attributes] mnewnham | v5:userguide:learn_dictionary:metacolumns [2016/03/20 15:05] (current) – [MetaColumns] mnewnham | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | <- v5: | + | <- v5: |
| ~~NOTOC~~ | ~~NOTOC~~ | ||
| ====== MetaColumns ====== | ====== MetaColumns ====== | ||
| Line 27: | Line 27: | ||
| $db-> | $db-> | ||
| - | For example, in the example above, the actname field is of a type **// | + | For example, in the example above, the 'actname' |
| ===== Extended Attributes ===== | ===== Extended Attributes ===== | ||
| Line 39: | Line 39: | ||
| ===== metaColumnNames ===== | ===== metaColumnNames ===== | ||
| - | This method returns just the column names from the table. | + | This method |
| + | <code php> | ||
| + | |||
| + | $ar = $db-> | ||
| + | print_r($ar); | ||
| + | /* | ||
| + | * Returns: | ||
| + | COLUMN_1=> | ||
| + | COLUMN_2=> | ||
| + | COLUMN_3=> | ||
| + | */ | ||
| + | </ | ||
v5/userguide/learn_dictionary/metacolumns.1458169450.txt.gz · Last modified: (external edit)
