Procedural File: tabledefs.inc.php
Source Location: /libgallue/tabledefs.inc.php
Page Details:
Table definitions for libgallue.
These table definitions are the result of "SHOW CREATE TABLE `tablename`" SQL statements. The table names need to be unchanged, i.e. the name of a table must be the name of the entry in the configuration file, section "tables". For example, the "Images" table must be named "Images" without prefix or other changes. setup.php parses these table definitions, therefor it is vital that they match exactly the result of "SHOW CREATE TABLE" queries as setup.php is <em>not</em> able to parse arbitrary "CREATE TABLE" statements.
galTableDefs [line 35]
Returns an array with all table definitions.
Tags:
|