Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- UserGroupsBranch#1
- (
- [CActiveRecord:_md] => CActiveRecordMetaData#2
- (
- [tableSchema] => CMysqlTableSchema#3
- (
- [schemaName] => null
- [name] => 'usergroups_branch'
- [rawName] => '`usergroups_branch`'
- [primaryKey] => 'id'
- [sequenceName] => ''
- [foreignKeys] => array()
- [columns] => array
- (
- 'id' => CMysqlColumnSchema#4
- (
- [name] => 'id'
- [rawName] => '`id`'
- [allowNull] => false
- [dbType] => 'bigint(20)'
- [type] => 'string'
- [defaultValue] => null
- [size] => 20
- [precision] => 20
- [scale] => null
- [isPrimaryKey] => true
- [isForeignKey] => false
- [autoIncrement] => true
- [CComponent:_e] => null
- [CComponent:_m] => null
- )
- 'branchname' => CMysqlColumnSchema#5
- (
- [name] => 'branchname'
- [rawName] => '`branchname`'
- [allowNull] => true
- [dbType] => 'varchar(120)'
- [type] => 'string'
- [defaultValue] => null
- [size] => 120
- [precision] => 120
- [scale] => null
- [isPrimaryKey] => false
- [isForeignKey] => false
- [autoIncrement] => false
- [CComponent:_e] => null
- [CComponent:_m] => null
- )
- )
- [CComponent:_e] => null
- [CComponent:_m] => null
- )
- [columns] => array
- (
- 'id' => CMysqlColumnSchema#4(...)
- 'branchname' => CMysqlColumnSchema#5(...)
- )
- [relations] => array
- (
- 'usergroupsGroups' => CHasManyRelation#6
- (
- [limit] => -1
- [offset] => -1
- [index] => null
- [through] => null
- [joinType] => 'LEFT OUTER JOIN'
- [on] => ''
- [alias] => null
- [with] => array()
- [together] => null
- [scopes] => null
- [name] => 'usergroupsGroups'
- [className] => 'UsergroupsGroup'
- [foreignKey] => 'branch_id'
- [select] => '*'
- [condition] => ''
- [params] => array()
- [group] => ''
- [join] => ''
- [having] => ''
- [order] => ''
- [CComponent:_e] => null
- [CComponent:_m] => null
- )
- )
- [attributeDefaults] => array()
- [CActiveRecordMetaData:_model] => UserGroupsBranch#7
- (
- [CActiveRecord:_md] => CActiveRecordMetaData#2(...)
- [CActiveRecord:_new] => false
- [CActiveRecord:_attributes] => array()
- [CActiveRecord:_related] => array()
- [CActiveRecord:_c] => null
- [CActiveRecord:_pk] => null
- [CActiveRecord:_alias] => 't'
- [CModel:_errors] => array()
- [CModel:_validators] => null
- [CModel:_scenario] => ''
- [CComponent:_e] => null
- [CComponent:_m] => null
- )
- )
- [CActiveRecord:_new] => false
- [CActiveRecord:_attributes] => array
- (
- 'id' => '2'
- 'branchname' => 'Cebu'
- )
- [CActiveRecord:_related] => array()
- [CActiveRecord:_c] => null
- [CActiveRecord:_pk] => '2'
- [CActiveRecord:_alias] => 't'
- [CModel:_errors] => array()
- [CModel:_validators] => null
- [CModel:_scenario] => 'update'
- [CComponent:_e] => null
- [CComponent:_m] => null
- )<!-- start log messages -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement