Array
(
    [0] => SongArtistModel Object
        (
            [useMasterDb] => 
            [_md:CActiveRecord:private] => CActiveRecordMetaData Object
                (
                    [tableSchema] => CMysqlTableSchema Object
                        (
                            [schemaName] => 
                            [name] => song_artist
                            [rawName] => `song_artist`
                            [primaryKey] => Array
                                (
                                    [0] => song_id
                                    [1] => artist_id
                                )

                            [sequenceName] => 
                            [foreignKeys] => Array
                                (
                                )

                            [columns] => Array
                                (
                                    [song_id] => CMysqlColumnSchema Object
                                        (
                                            [name] => song_id
                                            [rawName] => `song_id`
                                            [allowNull] => 
                                            [dbType] => bigint(20)
                                            [type] => string
                                            [defaultValue] => 0
                                            [size] => 20
                                            [precision] => 20
                                            [scale] => 
                                            [isPrimaryKey] => 1
                                            [isForeignKey] => 
                                            [autoIncrement] => 
                                            [comment] => 
                                            [_e:CComponent:private] => 
                                            [_m:CComponent:private] => 
                                        )

                                    [artist_id] => CMysqlColumnSchema Object
                                        (
                                            [name] => artist_id
                                            [rawName] => `artist_id`
                                            [allowNull] => 
                                            [dbType] => int(11)
                                            [type] => integer
                                            [defaultValue] => 0
                                            [size] => 11
                                            [precision] => 11
                                            [scale] => 
                                            [isPrimaryKey] => 1
                                            [isForeignKey] => 
                                            [autoIncrement] => 
                                            [comment] => 
                                            [_e:CComponent:private] => 
                                            [_m:CComponent:private] => 
                                        )

                                    [artist_name] => CMysqlColumnSchema Object
                                        (
                                            [name] => artist_name
                                            [rawName] => `artist_name`
                                            [allowNull] => 1
                                            [dbType] => varchar(255)
                                            [type] => string
                                            [defaultValue] => 
                                            [size] => 255
                                            [precision] => 255
                                            [scale] => 
                                            [isPrimaryKey] => 
                                            [isForeignKey] => 
                                            [autoIncrement] => 
                                            [comment] => 
                                            [_e:CComponent:private] => 
                                            [_m:CComponent:private] => 
                                        )

                                    [song_status] => CMysqlColumnSchema Object
                                        (
                                            [name] => song_status
                                            [rawName] => `song_status`
                                            [allowNull] => 
                                            [dbType] => tinyint(3) unsigned
                                            [type] => integer
                                            [defaultValue] => 0
                                            [size] => 3
                                            [precision] => 3
                                            [scale] => 
                                            [isPrimaryKey] => 
                                            [isForeignKey] => 
                                            [autoIncrement] => 
                                            [comment] => 
                                            [_e:CComponent:private] => 
                                            [_m:CComponent:private] => 
                                        )

                                    [ordering] => CMysqlColumnSchema Object
                                        (
                                            [name] => ordering
                                            [rawName] => `ordering`
                                            [allowNull] => 1
                                            [dbType] => tinyint(3)
                                            [type] => integer
                                            [defaultValue] => 0
                                            [size] => 3
                                            [precision] => 3
                                            [scale] => 
                                            [isPrimaryKey] => 
                                            [isForeignKey] => 
                                            [autoIncrement] => 
                                            [comment] => 
                                            [_e:CComponent:private] => 
                                            [_m:CComponent:private] => 
                                        )

                                    [updated_time] => CMysqlColumnSchema Object
                                        (
                                            [name] => updated_time
                                            [rawName] => `updated_time`
                                            [allowNull] => 
                                            [dbType] => timestamp
                                            [type] => string
                                            [defaultValue] => 
                                            [size] => 
                                            [precision] => 
                                            [scale] => 
                                            [isPrimaryKey] => 
                                            [isForeignKey] => 
                                            [autoIncrement] => 
                                            [comment] => 
                                            [_e:CComponent:private] => 
                                            [_m:CComponent:private] => 
                                        )

                                )

                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                    [columns] => Array
                        (
                            [song_id] => CMysqlColumnSchema Object
                                (
                                    [name] => song_id
                                    [rawName] => `song_id`
                                    [allowNull] => 
                                    [dbType] => bigint(20)
                                    [type] => string
                                    [defaultValue] => 0
                                    [size] => 20
                                    [precision] => 20
                                    [scale] => 
                                    [isPrimaryKey] => 1
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                            [artist_id] => CMysqlColumnSchema Object
                                (
                                    [name] => artist_id
                                    [rawName] => `artist_id`
                                    [allowNull] => 
                                    [dbType] => int(11)
                                    [type] => integer
                                    [defaultValue] => 0
                                    [size] => 11
                                    [precision] => 11
                                    [scale] => 
                                    [isPrimaryKey] => 1
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                            [artist_name] => CMysqlColumnSchema Object
                                (
                                    [name] => artist_name
                                    [rawName] => `artist_name`
                                    [allowNull] => 1
                                    [dbType] => varchar(255)
                                    [type] => string
                                    [defaultValue] => 
                                    [size] => 255
                                    [precision] => 255
                                    [scale] => 
                                    [isPrimaryKey] => 
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                            [song_status] => CMysqlColumnSchema Object
                                (
                                    [name] => song_status
                                    [rawName] => `song_status`
                                    [allowNull] => 
                                    [dbType] => tinyint(3) unsigned
                                    [type] => integer
                                    [defaultValue] => 0
                                    [size] => 3
                                    [precision] => 3
                                    [scale] => 
                                    [isPrimaryKey] => 
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                            [ordering] => CMysqlColumnSchema Object
                                (
                                    [name] => ordering
                                    [rawName] => `ordering`
                                    [allowNull] => 1
                                    [dbType] => tinyint(3)
                                    [type] => integer
                                    [defaultValue] => 0
                                    [size] => 3
                                    [precision] => 3
                                    [scale] => 
                                    [isPrimaryKey] => 
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                            [updated_time] => CMysqlColumnSchema Object
                                (
                                    [name] => updated_time
                                    [rawName] => `updated_time`
                                    [allowNull] => 
                                    [dbType] => timestamp
                                    [type] => string
                                    [defaultValue] => 
                                    [size] => 
                                    [precision] => 
                                    [scale] => 
                                    [isPrimaryKey] => 
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                        )

                    [relations] => Array
                        (
                        )

                    [attributeDefaults] => Array
                        (
                            [artist_name] => 
                            [song_status] => 0
                            [ordering] => 0
                        )

                    [_model:CActiveRecordMetaData:private] => SongArtistModel Object
                        (
                            [useMasterDb] => 
                            [_md:CActiveRecord:private] => CActiveRecordMetaData Object
 *RECURSION*
                            [_new:CActiveRecord:private] => 
                            [_attributes:CActiveRecord:private] => Array
                                (
                                )

                            [_related:CActiveRecord:private] => Array
                                (
                                )

                            [_c:CActiveRecord:private] => 
                            [_pk:CActiveRecord:private] => 
                            [_alias:CActiveRecord:private] => t
                            [_errors:CModel:private] => Array
                                (
                                )

                            [_validators:CModel:private] => 
                            [_scenario:CModel:private] => 
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                )

            [_new:CActiveRecord:private] => 
            [_attributes:CActiveRecord:private] => Array
                (
                    [song_id] => 1982633
                    [artist_id] => 141421
                    [artist_name] => Lê Thao Lee
                    [song_status] => 1
                    [ordering] => 1
                    [updated_time] => 2017-06-29 10:59:05
                )

            [_related:CActiveRecord:private] => Array
                (
                )

            [_c:CActiveRecord:private] => 
            [_pk:CActiveRecord:private] => Array
                (
                    [song_id] => 1982633
                    [artist_id] => 141421
                )

            [_alias:CActiveRecord:private] => t
            [_errors:CModel:private] => Array
                (
                )

            [_validators:CModel:private] => 
            [_scenario:CModel:private] => update
            [_e:CComponent:private] => 
            [_m:CComponent:private] => 
        )

    [1] => SongArtistModel Object
        (
            [useMasterDb] => 
            [_md:CActiveRecord:private] => CActiveRecordMetaData Object
                (
                    [tableSchema] => CMysqlTableSchema Object
                        (
                            [schemaName] => 
                            [name] => song_artist
                            [rawName] => `song_artist`
                            [primaryKey] => Array
                                (
                                    [0] => song_id
                                    [1] => artist_id
                                )

                            [sequenceName] => 
                            [foreignKeys] => Array
                                (
                                )

                            [columns] => Array
                                (
                                    [song_id] => CMysqlColumnSchema Object
                                        (
                                            [name] => song_id
                                            [rawName] => `song_id`
                                            [allowNull] => 
                                            [dbType] => bigint(20)
                                            [type] => string
                                            [defaultValue] => 0
                                            [size] => 20
                                            [precision] => 20
                                            [scale] => 
                                            [isPrimaryKey] => 1
                                            [isForeignKey] => 
                                            [autoIncrement] => 
                                            [comment] => 
                                            [_e:CComponent:private] => 
                                            [_m:CComponent:private] => 
                                        )

                                    [artist_id] => CMysqlColumnSchema Object
                                        (
                                            [name] => artist_id
                                            [rawName] => `artist_id`
                                            [allowNull] => 
                                            [dbType] => int(11)
                                            [type] => integer
                                            [defaultValue] => 0
                                            [size] => 11
                                            [precision] => 11
                                            [scale] => 
                                            [isPrimaryKey] => 1
                                            [isForeignKey] => 
                                            [autoIncrement] => 
                                            [comment] => 
                                            [_e:CComponent:private] => 
                                            [_m:CComponent:private] => 
                                        )

                                    [artist_name] => CMysqlColumnSchema Object
                                        (
                                            [name] => artist_name
                                            [rawName] => `artist_name`
                                            [allowNull] => 1
                                            [dbType] => varchar(255)
                                            [type] => string
                                            [defaultValue] => 
                                            [size] => 255
                                            [precision] => 255
                                            [scale] => 
                                            [isPrimaryKey] => 
                                            [isForeignKey] => 
                                            [autoIncrement] => 
                                            [comment] => 
                                            [_e:CComponent:private] => 
                                            [_m:CComponent:private] => 
                                        )

                                    [song_status] => CMysqlColumnSchema Object
                                        (
                                            [name] => song_status
                                            [rawName] => `song_status`
                                            [allowNull] => 
                                            [dbType] => tinyint(3) unsigned
                                            [type] => integer
                                            [defaultValue] => 0
                                            [size] => 3
                                            [precision] => 3
                                            [scale] => 
                                            [isPrimaryKey] => 
                                            [isForeignKey] => 
                                            [autoIncrement] => 
                                            [comment] => 
                                            [_e:CComponent:private] => 
                                            [_m:CComponent:private] => 
                                        )

                                    [ordering] => CMysqlColumnSchema Object
                                        (
                                            [name] => ordering
                                            [rawName] => `ordering`
                                            [allowNull] => 1
                                            [dbType] => tinyint(3)
                                            [type] => integer
                                            [defaultValue] => 0
                                            [size] => 3
                                            [precision] => 3
                                            [scale] => 
                                            [isPrimaryKey] => 
                                            [isForeignKey] => 
                                            [autoIncrement] => 
                                            [comment] => 
                                            [_e:CComponent:private] => 
                                            [_m:CComponent:private] => 
                                        )

                                    [updated_time] => CMysqlColumnSchema Object
                                        (
                                            [name] => updated_time
                                            [rawName] => `updated_time`
                                            [allowNull] => 
                                            [dbType] => timestamp
                                            [type] => string
                                            [defaultValue] => 
                                            [size] => 
                                            [precision] => 
                                            [scale] => 
                                            [isPrimaryKey] => 
                                            [isForeignKey] => 
                                            [autoIncrement] => 
                                            [comment] => 
                                            [_e:CComponent:private] => 
                                            [_m:CComponent:private] => 
                                        )

                                )

                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                    [columns] => Array
                        (
                            [song_id] => CMysqlColumnSchema Object
                                (
                                    [name] => song_id
                                    [rawName] => `song_id`
                                    [allowNull] => 
                                    [dbType] => bigint(20)
                                    [type] => string
                                    [defaultValue] => 0
                                    [size] => 20
                                    [precision] => 20
                                    [scale] => 
                                    [isPrimaryKey] => 1
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                            [artist_id] => CMysqlColumnSchema Object
                                (
                                    [name] => artist_id
                                    [rawName] => `artist_id`
                                    [allowNull] => 
                                    [dbType] => int(11)
                                    [type] => integer
                                    [defaultValue] => 0
                                    [size] => 11
                                    [precision] => 11
                                    [scale] => 
                                    [isPrimaryKey] => 1
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                            [artist_name] => CMysqlColumnSchema Object
                                (
                                    [name] => artist_name
                                    [rawName] => `artist_name`
                                    [allowNull] => 1
                                    [dbType] => varchar(255)
                                    [type] => string
                                    [defaultValue] => 
                                    [size] => 255
                                    [precision] => 255
                                    [scale] => 
                                    [isPrimaryKey] => 
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                            [song_status] => CMysqlColumnSchema Object
                                (
                                    [name] => song_status
                                    [rawName] => `song_status`
                                    [allowNull] => 
                                    [dbType] => tinyint(3) unsigned
                                    [type] => integer
                                    [defaultValue] => 0
                                    [size] => 3
                                    [precision] => 3
                                    [scale] => 
                                    [isPrimaryKey] => 
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                            [ordering] => CMysqlColumnSchema Object
                                (
                                    [name] => ordering
                                    [rawName] => `ordering`
                                    [allowNull] => 1
                                    [dbType] => tinyint(3)
                                    [type] => integer
                                    [defaultValue] => 0
                                    [size] => 3
                                    [precision] => 3
                                    [scale] => 
                                    [isPrimaryKey] => 
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                            [updated_time] => CMysqlColumnSchema Object
                                (
                                    [name] => updated_time
                                    [rawName] => `updated_time`
                                    [allowNull] => 
                                    [dbType] => timestamp
                                    [type] => string
                                    [defaultValue] => 
                                    [size] => 
                                    [precision] => 
                                    [scale] => 
                                    [isPrimaryKey] => 
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                        )

                    [relations] => Array
                        (
                        )

                    [attributeDefaults] => Array
                        (
                            [artist_name] => 
                            [song_status] => 0
                            [ordering] => 0
                        )

                    [_model:CActiveRecordMetaData:private] => SongArtistModel Object
                        (
                            [useMasterDb] => 
                            [_md:CActiveRecord:private] => CActiveRecordMetaData Object
 *RECURSION*
                            [_new:CActiveRecord:private] => 
                            [_attributes:CActiveRecord:private] => Array
                                (
                                )

                            [_related:CActiveRecord:private] => Array
                                (
                                )

                            [_c:CActiveRecord:private] => 
                            [_pk:CActiveRecord:private] => 
                            [_alias:CActiveRecord:private] => t
                            [_errors:CModel:private] => Array
                                (
                                )

                            [_validators:CModel:private] => 
                            [_scenario:CModel:private] => 
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                )

            [_new:CActiveRecord:private] => 
            [_attributes:CActiveRecord:private] => Array
                (
                    [song_id] => 1982633
                    [artist_id] => 150465
                    [artist_name] => Mr Can
                    [song_status] => 1
                    [ordering] => 2
                    [updated_time] => 2017-06-29 10:59:05
                )

            [_related:CActiveRecord:private] => Array
                (
                )

            [_c:CActiveRecord:private] => 
            [_pk:CActiveRecord:private] => Array
                (
                    [song_id] => 1982633
                    [artist_id] => 150465
                )

            [_alias:CActiveRecord:private] => t
            [_errors:CModel:private] => Array
                (
                )

            [_validators:CModel:private] => 
            [_scenario:CModel:private] => update
            [_e:CComponent:private] => 
            [_m:CComponent:private] => 
        )

)