Advertisement
fernandezekiel

Untitled

Oct 28th, 2012
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.40 KB | None | 0 0
  1. UserGroupsGroup#1 ( [access] => null [CActiveRecord:_md] => CActiveRecordMetaData#2 ( [tableSchema] => CMysqlTableSchema#3 ( [schemaName] => null [name] => 'usergroups_group' [rawName] => '`usergroups_group`' [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 ) 'groupname' => CMysqlColumnSchema#5 ( [name] => 'groupname' [rawName] => '`groupname`' [allowNull] => false [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 ) 'level' => CMysqlColumnSchema#6 ( [name] => 'level' [rawName] => '`level`' [allowNull] => true [dbType] => 'int(6)' [type] => 'integer' [defaultValue] => null [size] => 6 [precision] => 6 [scale] => null [isPrimaryKey] => false [isForeignKey] => false [autoIncrement] => false [CComponent:_e] => null [CComponent:_m] => null ) 'home' => CMysqlColumnSchema#7 ( [name] => 'home' [rawName] => '`home`' [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 ) 'branch_id' => CMysqlColumnSchema#8 ( [name] => 'branch_id' [rawName] => '`branch_id`' [allowNull] => true [dbType] => 'bigint(20)' [type] => 'string' [defaultValue] => null [size] => 20 [precision] => 20 [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(...) 'groupname' => CMysqlColumnSchema#5(...) 'level' => CMysqlColumnSchema#6(...) 'home' => CMysqlColumnSchema#7(...) 'branch_id' => CMysqlColumnSchema#8(...) ) [relations] => array ( 'relUserGroupsBranch' => CBelongsToRelation#9 ( [joinType] => 'LEFT OUTER JOIN' [on] => '' [alias] => null [with] => array() [together] => null [scopes] => null [name] => 'relUserGroupsBranch' [className] => 'UserGroupsBranch' [foreignKey] => 'branch_id' [select] => '*' [condition] => '' [params] => array() [group] => '' [join] => '' [having] => '' [order] => '' [CComponent:_e] => null [CComponent:_m] => null ) ) [attributeDefaults] => array() [CActiveRecordMetaData:_model] => UserGroupsGroup#10 ( [access] => null [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] => true [CActiveRecord:_attributes] => array() [CActiveRecord:_related] => array() [CActiveRecord:_c] => null [CActiveRecord:_pk] => null [CActiveRecord:_alias] => 't' [CModel:_errors] => array() [CModel:_validators] => null [CModel:_scenario] => 'insert' [CComponent:_e] => null [CComponent:_m] => null )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement