-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement DbMessageSource #13
Labels
Milestone
Comments
ghost
assigned resurtm
May 6, 2013
qiangxue
added a commit
that referenced
this issue
Jun 7, 2013
Fixes #13. Implement DB message source.
tonydspaniard
pushed a commit
that referenced
this issue
Dec 28, 2013
* upstream/master: (91 commits) fixed init.bat paths renamed backstage → backend Fixed test break. Response WIP coding style fix. [1] Redone missing code. [2] Added empty line at the end of file [3] Removed exception. Updated code style. braces on the same line for control statements. Removed unused columsn from find constraint sql. Fixed typo. Added extra schema check for when a foreign table is not in the same schema. Updated indentation to conform to other classes. Multilevel Items Fixes issue #514. Removed the config setting that should not have been commited. Removed false exception catching. Removed custom pgsql PDO and added defaultSchema as public property. CS fixes. Minor refactoring of DbMessageSource. Response WIP Minor refactoring of t(). Added Jsonable support. Fixes #13. Implement DB message source. Yii::t() minor fix. ...
Closed
This was referenced Feb 7, 2014
This was referenced Apr 11, 2014
Closed
qiangxue
pushed a commit
that referenced
this issue
Jul 10, 2014
Guide-zh-CN/concept-components.md proofread.Adjust line breaking; modifi...
ghost
mentioned this issue
Nov 13, 2014
Closed
wangjun083
pushed a commit
to wangjun083/yii2
that referenced
this issue
Oct 24, 2015
Create tutorial-mailing.md
ghost
mentioned this issue
Dec 15, 2015
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Similar as 1.1.
Please also refer to the implementation of DbCache and DbSession for API design of the class.
The text was updated successfully, but these errors were encountered: