Browse Source

\yii\i18n\DbMessageSource updated

tags/2.0.0-beta
Alexander Kochetov 11 years ago
parent
commit
c198f54578
  1. 4
      framework/yii/i18n/DbMessageSource.php

4
framework/yii/i18n/DbMessageSource.php

@ -68,11 +68,11 @@ class DbMessageSource extends MessageSource
/**
* @var string the name of the source message table.
*/
public $sourceMessageTable = 'tbl_source_message';
public $sourceMessageTable = '{{%source_message}}';
/**
* @var string the name of the translated message table.
*/
public $messageTable = 'tbl_message';
public $messageTable = '{{%message}}';
/**
* @var integer the time in seconds that the messages can remain valid in cache.
* Use 0 to indicate that the cached data will never expire.

Loading…
Cancel
Save