diff options
author | mikl <> | 2008-06-30 17:04:42 +0000 |
---|---|---|
committer | mikl <> | 2008-06-30 17:04:42 +0000 |
commit | 81514767330333fdcfac3dd347718d3a585ea91f (patch) | |
tree | 793a3008a569549d185f2708cb23de997dcc3571 /UPGRADE | |
parent | 4fdb3675a79f80e8d9400aad7015250d125c92dd (diff) |
Implemented MessageSource_Database
Diffstat (limited to 'UPGRADE')
-rw-r--r-- | UPGRADE | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -11,6 +11,12 @@ for both A and B. Upgrading from v3.1.2
---------------------
+- The Translation configuration now also accepts type 'Database' to
+ ease the setup of DB base translation. A valid ConnectionID has to
+ be supplied in the source parameter:
+ <translation type="Database" source="db1" autosave="true" cache="false" />
+ Type 'MySQL' can still be used but is deprecated and might be removed
+ in a later release.
Upgrading from v3.1.1
|