v5:dictionary:createtablesql
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| v5:dictionary:createtablesql [2016/01/13 02:06] – ↷ Links adapted because of a move operation mnewnham | v5:dictionary:createtablesql [2016/03/05 01:55] (current) – [$tableOptions] mnewnham | ||
|---|---|---|---|
| Line 28: | Line 28: | ||
| A string holding information regarding the columns to create in the new table. For a detailed description of the format of this string, see [[v5: | A string holding information regarding the columns to create in the new table. For a detailed description of the format of this string, see [[v5: | ||
| ==== $tableOptions ==== | ==== $tableOptions ==== | ||
| - | An optional array of information that adds information regarding the table creation. This array may also contain field specific information, | + | An optional array of information that adds information regarding the table creation. This array may also contain field specific information, |
| + | <code php> | ||
| + | |||
| + | $tabname = ' | ||
| + | $flds = ' | ||
| + | $opts = array(' | ||
| + | ' | ||
| + | |||
| + | $sql = $db-> | ||
| + | </ | ||
| + | |||
| + | In the example above, the values provided in '' | ||
| ===== Usage ===== | ===== Usage ===== | ||
| <code php> | <code php> | ||
v5/dictionary/createtablesql.1452647186.txt.gz · Last modified: (external edit)
