rex_sql_schema_dumper
in package
Class for generating the php code for a rex_sql_table definition.
Especially useful to generate the code for the install.php
of packages.
Tags
Table of Contents
Methods
- dumpTable() : string
- Dumps the schema for the given table as php code (using `rex_sql_table`).
Methods
dumpTable()
Dumps the schema for the given table as php code (using `rex_sql_table`).
public
dumpTable(rex_sql_table $table) : string
Parameters
- $table : rex_sql_table