<?php /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * Setup preferences form * * @package PhpMyAdmin */ namespace PhpMyAdmin\Config\Forms\Setup; use PhpMyAdmin\Config\Forms\BaseFormList; class SetupFormList extends BaseFormList { protected static $all = array( 'Config', 'Export', 'Features', 'Import', 'Main', 'Navi', 'Servers', 'Sql', ); protected static $ns = '\\PhpMyAdmin\\Config\\Forms\\Setup\\'; }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
ConfigForm.php | File | 418 B | 0644 |
|
ExportForm.php | File | 219 B | 0644 |
|
FeaturesForm.php | File | 1.75 KB | 0644 |
|
ImportForm.php | File | 219 B | 0644 |
|
MainForm.php | File | 473 B | 0644 |
|
NaviForm.php | File | 215 B | 0644 |
|
ServersForm.php | File | 2.9 KB | 0644 |
|
SetupFormList.php | File | 487 B | 0644 |
|
SqlForm.php | File | 428 B | 0644 |
|