isNewRecord) { $this->created_at = date('Y-m-d H:i:s'); }else{ $this->updated_at = date('Y-m-d H:i:s'); } return true; } return false; } /** * @inheritdoc */ public function attributeLabels() { return [ 'id' => 'ID', ]; } }