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 |
return | boolean |
Whether the record is inserted successfully. |
Please login to continue.