Advertisement
fernandezekiel

Untitled

Oct 28th, 2012
305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. UserGroupsBranch#1
  2. (
  3. [CActiveRecord:_md] => CActiveRecordMetaData#2
  4. (
  5. [tableSchema] => CMysqlTableSchema#3
  6. (
  7. [schemaName] => null
  8. [name] => 'usergroups_branch'
  9. [rawName] => '`usergroups_branch`'
  10. [primaryKey] => 'id'
  11. [sequenceName] => ''
  12. [foreignKeys] => array()
  13. [columns] => array
  14. (
  15. 'id' => CMysqlColumnSchema#4
  16. (
  17. [name] => 'id'
  18. [rawName] => '`id`'
  19. [allowNull] => false
  20. [dbType] => 'bigint(20)'
  21. [type] => 'string'
  22. [defaultValue] => null
  23. [size] => 20
  24. [precision] => 20
  25. [scale] => null
  26. [isPrimaryKey] => true
  27. [isForeignKey] => false
  28. [autoIncrement] => true
  29. [CComponent:_e] => null
  30. [CComponent:_m] => null
  31. )
  32. 'branchname' => CMysqlColumnSchema#5
  33. (
  34. [name] => 'branchname'
  35. [rawName] => '`branchname`'
  36. [allowNull] => true
  37. [dbType] => 'varchar(120)'
  38. [type] => 'string'
  39. [defaultValue] => null
  40. [size] => 120
  41. [precision] => 120
  42. [scale] => null
  43. [isPrimaryKey] => false
  44. [isForeignKey] => false
  45. [autoIncrement] => false
  46. [CComponent:_e] => null
  47. [CComponent:_m] => null
  48. )
  49. )
  50. [CComponent:_e] => null
  51. [CComponent:_m] => null
  52. )
  53. [columns] => array
  54. (
  55. 'id' => CMysqlColumnSchema#4(...)
  56. 'branchname' => CMysqlColumnSchema#5(...)
  57. )
  58. [relations] => array
  59. (
  60. 'usergroupsGroups' => CHasManyRelation#6
  61. (
  62. [limit] => -1
  63. [offset] => -1
  64. [index] => null
  65. [through] => null
  66. [joinType] => 'LEFT OUTER JOIN'
  67. [on] => ''
  68. [alias] => null
  69. [with] => array()
  70. [together] => null
  71. [scopes] => null
  72. [name] => 'usergroupsGroups'
  73. [className] => 'UsergroupsGroup'
  74. [foreignKey] => 'branch_id'
  75. [select] => '*'
  76. [condition] => ''
  77. [params] => array()
  78. [group] => ''
  79. [join] => ''
  80. [having] => ''
  81. [order] => ''
  82. [CComponent:_e] => null
  83. [CComponent:_m] => null
  84. )
  85. )
  86. [attributeDefaults] => array()
  87. [CActiveRecordMetaData:_model] => UserGroupsBranch#7
  88. (
  89. [CActiveRecord:_md] => CActiveRecordMetaData#2(...)
  90. [CActiveRecord:_new] => false
  91. [CActiveRecord:_attributes] => array()
  92. [CActiveRecord:_related] => array()
  93. [CActiveRecord:_c] => null
  94. [CActiveRecord:_pk] => null
  95. [CActiveRecord:_alias] => 't'
  96. [CModel:_errors] => array()
  97. [CModel:_validators] => null
  98. [CModel:_scenario] => ''
  99. [CComponent:_e] => null
  100. [CComponent:_m] => null
  101. )
  102. )
  103. [CActiveRecord:_new] => false
  104. [CActiveRecord:_attributes] => array
  105. (
  106. 'id' => '2'
  107. 'branchname' => 'Cebu'
  108. )
  109. [CActiveRecord:_related] => array()
  110. [CActiveRecord:_c] => null
  111. [CActiveRecord:_pk] => '2'
  112. [CActiveRecord:_alias] => 't'
  113. [CModel:_errors] => array()
  114. [CModel:_validators] => null
  115. [CModel:_scenario] => 'update'
  116. [CComponent:_e] => null
  117. [CComponent:_m] => null
  118. )<!-- start log messages -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement