<?php /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * User preferences form * * @package PhpMyAdmin */ namespace PhpMyAdmin\Config\Forms\Page; use PhpMyAdmin\Config\Forms\BaseForm; use PhpMyAdmin\Config\Forms\User\MainForm; class TableStructureForm extends BaseForm { public static function getForms() { return [ 'TableStructure' => MainForm::getForms()['TableStructure'] ]; } }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
BrowseForm.php | File | 401 B | 0644 |
|
DbStructureForm.php | File | 417 B | 0644 |
|
EditForm.php | File | 513 B | 0644 |
|
ExportForm.php | File | 218 B | 0644 |
|
ImportForm.php | File | 218 B | 0644 |
|
NaviForm.php | File | 214 B | 0644 |
|
PageFormList.php | File | 493 B | 0644 |
|
SqlForm.php | File | 212 B | 0644 |
|
TableStructureForm.php | File | 426 B | 0644 |
|