DatabaseConnection form field type

From Joomla! Documentation

Revision as of 18:00, 15 July 2024 by Robbiej (talk | contribs) (Added deprecation notice and link to Joomla Manual)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Warning!

This page has been superseded and is no longer maintained. Please go to Joomla Manual DatabaseConnection Field instead


Provides a list of available database connections, optionally limiting to a given list.

  • name (mandatory) is the unique name of the parameter.
  • type (mandatory) must be databaseconnection.
  • label (mandatory) (translatable) is the descriptive title of the field.
  • description (optional) (translatable) tooltip for the form field.

Example XML Definition:

<field name="dbtype" type="databaseconnection"
	label="COM_CONFIG_FIELD_DATABASE_TYPE_LABEL"
	description="COM_CONFIG_FIELD_DATABASE_TYPE_DESC"
	supported="mysql,mysqli,postgresql,sqlsrv,sqlazure"
	filter="string" />