Recommend this page to a friend! |
Classes of Insolita | yii2-arsync | README.md | Download |
|
DownloadActiveRecord Synchronization BehaviorThis behavior for automatic or manual sync data between two models, without declaration relation. This behavior must be attached on master model. Main purposes - for sync rarely modified data from more reliable database storage to redis storage for frequently access; Support actual data state in some development cases; InstallationThe preferred way to install this extension is through composer. Either run
or add
to the require section of your UsageOnce the extension is installed, simply use it in your code by : See more in code
|