Allow to set the character set for database resources

This commit is contained in:
Eric Lippmann 2015-09-29 19:37:36 +02:00
parent e416a445a3
commit 64783fd10e

View File

@ -138,6 +138,14 @@ class DbResourceForm extends Form
'description' => $this->translate('The password to use for authentication')
)
);
$this->addElement(
'text',
'charset',
array (
'description' => $this->translate('The character set for the database'),
'label' => $this->translate('Character Set')
)
);
$this->addElement(
'checkbox',
'persistent',