Download the PHP package dotzero/yii-insertupdate-behavior without Composer
On this page you can find all versions of the php package dotzero/yii-insertupdate-behavior. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package yii-insertupdate-behavior
Yii InsertUpdateCommandBehavior
The InsertUpdateCommandBehavior extension adds up some functionality to the default possibilites of yii´s CDbCommand implementation. Creates and executes an INSERT
with ON DUPLICATE KEY UPDATE
MySQL statement.
Requirements:
- Yii Framework 1.1.14 or above
- Composer
Install
Via composer:
Add vendor path and import path to your configuration file:
Basic usage:
Creates and executes an INSERT
with ON DUPLICATE KEY UPDATE
MySQL statement
Advanced usage:
Creates and executes an INSERT
with ON DUPLICATE KEY UPDATE
MySQL statement
License
Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php
All versions of yii-insertupdate-behavior with dependencies
PHP Build Version
Package Version
The package dotzero/yii-insertupdate-behavior contains the following files
Loading the files please wait ....