yii中的事件理解

先来看个例子:php class Video { public function new(){ $checkNewVideo = Video::find()->where("xxxxx")->one(); if($checkNewVideo){ // 通知各位 LaoWang::newVideo();
相关文章
相关标签/搜索