├── CHANGELOG.md ├── LICENSE.md ├── README.md ├── composer.json └── src └── LinkManyBehavior.php /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yii2tech/ar-linkmany/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yii2tech/ar-linkmany/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yii2tech/ar-linkmany/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yii2tech/ar-linkmany/HEAD/composer.json -------------------------------------------------------------------------------- /src/LinkManyBehavior.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yii2tech/ar-linkmany/HEAD/src/LinkManyBehavior.php --------------------------------------------------------------------------------