saveModel() saveModel(boolean|object $transaction = false) Parameters boolean|object $transaction \yii\db\Transaction Throws \common\exceptions\DatabaseException
deleteModel() deleteModel(boolean|object $transaction = false) Parameters boolean|object $transaction \yii\db\Transaction Throws \common\exceptions\DatabaseException
filterStr() filterStr(string $str) : string 过滤空格 ' " <> 转化为 html实体 Parameters string $str 原字符串 Returns string