Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Adminer Allowed Prefixes Plugin

Plugin for Adminer that shows only tables with user set prefixes in the left menu

When initializing the plugin use this format for a parameter:

array("server_name" => array("database_name" => array("prefix")))

e.g.

new AdminerAllowedPrefixes(
    		array(
				"sql.server.com" => array(
					"database1" => array("PREFIX1", "PREFIX2")
				),
				"sql2.server.com" => array(
					"database2" => array("PREFIX3", "PREFIX4")
				)
			)
		),

About

Plugin for Adminer that shows only tables with user set prefixes in the left menu

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages