db\ActiveRecord insertInternal()

insertInternal() protected method

Inserts an ActiveRecord into DB without considering transaction.

protected boolean insertInternal ( $attributes = null )
$attributes array

List of attributes that need to be saved. Defaults to null, meaning all attributes that are loaded from DB will be saved.

return boolean

Whether the record is inserted successfully.

doc_Yii
2016-10-30 16:56:21
Comments
Leave a Comment

Please login to continue.