Advertisement
Guest User

Untitled

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