Advertisement
Guest User

Untitled

a guest
Apr 20th, 2014
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.62 KB | None | 0 0
  1. object(AppModel) {
  2. useDbConfig => 'default'
  3. useTable => 'company_masters'
  4. id => null
  5. data => array()
  6. schemaName => null
  7. table => 'company_masters'
  8. primaryKey => 'id'
  9. validate => array()
  10. validationErrors => array()
  11. validationDomain => null
  12. plugin => null
  13. name => 'CompanyMaster'
  14. alias => 'CompanyMaster'
  15. tableToModel => array(
  16. 'company_masters' => 'CompanyMaster'
  17. )
  18. cacheQueries => false
  19. belongsTo => array()
  20. hasOne => array()
  21. hasMany => array()
  22. hasAndBelongsToMany => array()
  23. actsAs => null
  24. Behaviors => object(BehaviorCollection) {
  25. modelName => 'CompanyMaster'
  26. defaultPriority => (int) 10
  27. [protected] _methods => array()
  28. [protected] _mappedMethods => array()
  29. [protected] _enabled => array()
  30. [protected] _loaded => array()
  31. }
  32. whitelist => array()
  33. cacheSources => true
  34. findQueryType => null
  35. recursive => (int) 1
  36. order => null
  37. virtualFields => array()
  38. __backAssociation => array()
  39. __backInnerAssociation => array()
  40. __backOriginalAssociation => array()
  41. __backContainableAssociation => array()
  42. findMethods => array(
  43. 'all' => true,
  44. 'first' => true,
  45. 'count' => true,
  46. 'neighbors' => true,
  47. 'list' => true,
  48. 'threaded' => true
  49. )
  50. [protected] _schema => null
  51. [protected] _associationKeys => array(
  52. 'belongsTo' => array(
  53. (int) 0 => 'className',
  54. (int) 1 => 'foreignKey',
  55. (int) 2 => 'conditions',
  56. (int) 3 => 'fields',
  57. (int) 4 => 'order',
  58. (int) 5 => 'counterCache'
  59. ),
  60. 'hasOne' => array(
  61. (int) 0 => 'className',
  62. (int) 1 => 'foreignKey',
  63. (int) 2 => 'conditions',
  64. (int) 3 => 'fields',
  65. (int) 4 => 'order',
  66. (int) 5 => 'dependent'
  67. ),
  68. 'hasMany' => array(
  69. (int) 0 => 'className',
  70. (int) 1 => 'foreignKey',
  71. (int) 2 => 'conditions',
  72. (int) 3 => 'fields',
  73. (int) 4 => 'order',
  74. (int) 5 => 'limit',
  75. (int) 6 => 'offset',
  76. (int) 7 => 'dependent',
  77. (int) 8 => 'exclusive',
  78. (int) 9 => 'finderQuery',
  79. (int) 10 => 'counterQuery'
  80. ),
  81. 'hasAndBelongsToMany' => array(
  82. (int) 0 => 'className',
  83. (int) 1 => 'joinTable',
  84. (int) 2 => 'with',
  85. (int) 3 => 'foreignKey',
  86. (int) 4 => 'associationForeignKey',
  87. (int) 5 => 'conditions',
  88. (int) 6 => 'fields',
  89. (int) 7 => 'order',
  90. (int) 8 => 'limit',
  91. (int) 9 => 'offset',
  92. (int) 10 => 'unique',
  93. (int) 11 => 'finderQuery'
  94. )
  95. )
  96. [protected] _associations => array(
  97. (int) 0 => 'belongsTo',
  98. (int) 1 => 'hasOne',
  99. (int) 2 => 'hasMany',
  100. (int) 3 => 'hasAndBelongsToMany'
  101. )
  102. [protected] _insertID => null
  103. [protected] _sourceConfigured => false
  104. [protected] _eventManager => null
  105. [protected] _validator => null
  106. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement