yii model

2018-10-31  本文已影响0人  我是_你的范儿
public function init()

{

    parent::init();

    $this->on(self::EVENT_BEFORE_UPDATE, [$this, 'beforeUpdate']);

    $this->on(self::EVENT_BEFORE_INSERT, [$this, 'beforeInsert']);

}



public function beforeInsert()

{
    //do something
}
上一篇 下一篇

猜你喜欢

热点阅读