Guest User

Untitled

a guest
Feb 18th, 2014
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 57.63 KB | None | 0 0
  1. object(UsersEntity)#97 (45) { ["components"]=> array(1) { [0]=> string(7) "Session" } ["useTable"]=> string(12) "users_entity" ["primaryKey"]=> string(4) "guid" ["displayField"]=> string(4) "name" ["alias"]=> string(4) "User" ["recursive"]=> int(1) ["belongsTo"]=> array(0) { } ["hasOne"]=> array(1) { ["Entity"]=> array(6) { ["className"]=> string(6) "Entity" ["foreignKey"]=> string(4) "guid" ["conditions"]=> array(1) { ["Entity.enabled"]=> string(3) "yes" } ["fields"]=> string(0) "" ["order"]=> string(0) "" ["dependent"]=> string(0) "" } } ["hasMany"]=> array(2) { ["AccessCollectionMembership"]=> array(11) { ["className"]=> string(26) "AccessCollectionMembership" ["foreignKey"]=> string(9) "user_guid" ["dependent"]=> bool(true) ["conditions"]=> string(0) "" ["fields"]=> string(0) "" ["order"]=> string(0) "" ["limit"]=> string(0) "" ["offset"]=> string(0) "" ["exclusive"]=> string(0) "" ["finderQuery"]=> string(0) "" ["counterQuery"]=> string(0) "" } ["Metadata"]=> array(11) { ["className"]=> string(8) "Metadata" ["foreignKey"]=> string(11) "entity_guid" ["dependent"]=> bool(true) ["conditions"]=> string(0) "" ["fields"]=> string(0) "" ["order"]=> string(0) "" ["limit"]=> string(0) "" ["offset"]=> string(0) "" ["exclusive"]=> string(0) "" ["finderQuery"]=> string(0) "" ["counterQuery"]=> string(0) "" } } ["validate"]=> array(5) { ["firstname"]=> array(1) { ["nonEmpty"]=> array(3) { ["rule"]=> array(1) { [0]=> string(8) "notEmpty" } ["message"]=> string(23) "A firstname is required" ["allowEmpty"]=> bool(false) } } ["lastname"]=> array(1) { ["nonEmpty"]=> array(3) { ["rule"]=> array(1) { [0]=> string(8) "notEmpty" } ["message"]=> string(22) "A lastname is required" ["allowEmpty"]=> bool(false) } } ["email"]=> array(3) { ["required"]=> array(2) { ["rule"]=> array(2) { [0]=> string(5) "email" [1]=> bool(true) } ["message"]=> string(37) "Please provide a valid email address." } ["unique"]=> array(2) { ["rule"]=> array(1) { [0]=> string(13) "isUniqueEmail" } ["message"]=> string(28) "This email is already in use" } ["between"]=> array(2) { ["rule"]=> array(3) { [0]=> string(7) "between" [1]=> int(6) [2]=> int(60) } ["message"]=> string(42) "emailid must be between 6 to 60 characters" } } ["password"]=> array(2) { ["required"]=> array(2) { ["rule"]=> array(1) { [0]=> string(8) "notEmpty" } ["message"]=> string(22) "A password is required" } ["min_length"]=> array(2) { ["rule"]=> array(2) { [0]=> string(9) "minLength" [1]=> string(1) "6" } ["message"]=> string(44) "Password must have a mimimum of 6 characters" } } ["password_confirm"]=> array(2) { ["required"]=> array(2) { ["rule"]=> array(1) { [0]=> string(8) "notEmpty" } ["message"]=> string(28) "Please confirm your password" } ["comparePasswords"]=> array(2) { ["rule"]=> array(2) { [0]=> string(16) "comparePasswords" [1]=> string(8) "password" } ["message"]=> string(26) "Both passwords must match." } } } ["useDbConfig"]=> string(7) "default" ["id"]=> bool(false) ["data"]=> array(0) { } ["schemaName"]=> string(13) "therightplace" ["table"]=> string(12) "users_entity" ["_schema":protected]=> array(11) { ["guid"]=> array(5) { ["type"]=> string(10) "biginteger" ["null"]=> bool(false) ["default"]=> NULL ["length"]=> int(20) ["key"]=> string(7) "primary" } ["name"]=> array(7) { ["type"]=> string(4) "text" ["null"]=> bool(false) ["default"]=> NULL ["length"]=> NULL ["key"]=> string(5) "index" ["collate"]=> string(15) "utf8_general_ci" ["charset"]=> string(4) "utf8" } ["username"]=> array(7) { ["type"]=> string(6) "string" ["null"]=> bool(false) ["default"]=> string(0) "" ["length"]=> int(128) ["key"]=> string(6) "unique" ["collate"]=> string(15) "utf8_general_ci" ["charset"]=> string(4) "utf8" } ["password"]=> array(7) { ["type"]=> string(6) "string" ["null"]=> bool(false) ["default"]=> string(0) "" ["length"]=> int(32) ["key"]=> string(5) "index" ["collate"]=> string(15) "utf8_general_ci" ["charset"]=> string(4) "utf8" } ["salt"]=> array(6) { ["type"]=> string(6) "string" ["null"]=> bool(false) ["default"]=> string(0) "" ["length"]=> int(80) ["collate"]=> string(15) "utf8_general_ci" ["charset"]=> string(4) "utf8" } ["email"]=> array(7) { ["type"]=> string(4) "text" ["null"]=> bool(false) ["default"]=> NULL ["length"]=> NULL ["key"]=> string(5) "index" ["collate"]=> string(15) "utf8_general_ci" ["charset"]=> string(4) "utf8" } ["banned"]=> array(6) { ["type"]=> string(16) "enum('yes','no')" ["null"]=> bool(false) ["default"]=> string(2) "no" ["length"]=> int(3) ["collate"]=> string(15) "utf8_general_ci" ["charset"]=> string(4) "utf8" } ["last_action"]=> array(5) { ["type"]=> string(8) "datetime" ["null"]=> bool(false) ["default"]=> NULL ["length"]=> NULL ["key"]=> string(5) "index" } ["prev_last_action"]=> array(4) { ["type"]=> string(8) "datetime" ["null"]=> bool(false) ["default"]=> NULL ["length"]=> NULL } ["last_login"]=> array(5) { ["type"]=> string(8) "datetime" ["null"]=> bool(false) ["default"]=> NULL ["length"]=> NULL ["key"]=> string(5) "index" } ["prev_last_login"]=> array(4) { ["type"]=> string(8) "datetime" ["null"]=> bool(false) ["default"]=> NULL ["length"]=> NULL } } ["validationErrors"]=> array(0) { } ["validationDomain"]=> NULL ["tablePrefix"]=> string(0) "" ["plugin"]=> NULL ["name"]=> string(11) "UsersEntity" ["tableToModel"]=> array(4) { ["users_entity"]=> string(4) "User" ["entities"]=> string(6) "Entity" ["access_collection_membership"]=> string(26) "AccessCollectionMembership" ["metadata"]=> string(8) "Metadata" } ["cacheQueries"]=> bool(false) ["hasAndBelongsToMany"]=> array(0) { } ["actsAs"]=> NULL ["Behaviors"]=> object(BehaviorCollection)#98 (6) { ["modelName"]=> string(4) "User" ["_methods":protected]=> array(0) { } ["_mappedMethods":protected]=> array(0) { } ["_enabled":protected]=> array(0) { } ["_loaded":protected]=> array(0) { } ["defaultPriority"]=> int(10) } ["whitelist"]=> array(0) { } ["cacheSources"]=> bool(true) ["findQueryType"]=> NULL ["order"]=> NULL ["virtualFields"]=> array(0) { } ["_associationKeys":protected]=> array(4) { ["belongsTo"]=> array(6) { [0]=> string(9) "className" [1]=> string(10) "foreignKey" [2]=> string(10) "conditions" [3]=> string(6) "fields" [4]=> string(5) "order" [5]=> string(12) "counterCache" } ["hasOne"]=> array(6) { [0]=> string(9) "className" [1]=> string(10) "foreignKey" [2]=> string(10) "conditions" [3]=> string(6) "fields" [4]=> string(5) "order" [5]=> string(9) "dependent" } ["hasMany"]=> array(11) { [0]=> string(9) "className" [1]=> string(10) "foreignKey" [2]=> string(10) "conditions" [3]=> string(6) "fields" [4]=> string(5) "order" [5]=> string(5) "limit" [6]=> string(6) "offset" [7]=> string(9) "dependent" [8]=> string(9) "exclusive" [9]=> string(11) "finderQuery" [10]=> string(12) "counterQuery" } ["hasAndBelongsToMany"]=> array(12) { [0]=> string(9) "className" [1]=> string(9) "joinTable" [2]=> string(4) "with" [3]=> string(10) "foreignKey" [4]=> string(21) "associationForeignKey" [5]=> string(10) "conditions" [6]=> string(6) "fields" [7]=> string(5) "order" [8]=> string(5) "limit" [9]=> string(6) "offset" [10]=> string(6) "unique" [11]=> string(11) "finderQuery" } } ["_associations":protected]=> array(4) { [0]=> string(9) "belongsTo" [1]=> string(6) "hasOne" [2]=> string(7) "hasMany" [3]=> string(19) "hasAndBelongsToMany" } ["__backAssociation"]=> array(0) { } ["__backInnerAssociation"]=> array(0) { } ["__backOriginalAssociation"]=> array(0) { } ["__backContainableAssociation"]=> array(0) { } ["_insertID":protected]=> NULL ["_sourceConfigured":protected]=> bool(true) ["findMethods"]=> array(6) { ["all"]=> bool(true) ["first"]=> bool(true) ["count"]=> bool(true) ["neighbors"]=> bool(true) ["list"]=> bool(true) ["threaded"]=> bool(true) } ["_eventManager":protected]=> object(CakeEventManager)#83 (2) { ["_listeners":protected]=> array(8) { ["Model.beforeFind"]=> array(1) { [10]=> array(2) { [0]=> array(2) { ["callable"]=> array(2) { [0]=> object(BehaviorCollection)#98 (6) { ["modelName"]=> string(4) "User" ["_methods":protected]=> array(0) { } ["_mappedMethods":protected]=> array(0) { } ["_enabled":protected]=> array(0) { } ["_loaded":protected]=> array(0) { } ["defaultPriority"]=> int(10) } [1]=> string(7) "trigger" } ["passParams"]=> bool(false) } [1]=> array(2) { ["callable"]=> array(2) { [0]=> *RECURSION* [1]=> string(10) "beforeFind" } ["passParams"]=> bool(true) } } } ["Model.afterFind"]=> array(1) { [10]=> array(2) { [0]=> array(2) { ["callable"]=> array(2) { [0]=> object(BehaviorCollection)#98 (6) { ["modelName"]=> string(4) "User" ["_methods":protected]=> array(0) { } ["_mappedMethods":protected]=> array(0) { } ["_enabled":protected]=> array(0) { } ["_loaded":protected]=> array(0) { } ["defaultPriority"]=> int(10) } [1]=> string(7) "trigger" } ["passParams"]=> bool(false) } [1]=> array(2) { ["callable"]=> array(2) { [0]=> *RECURSION* [1]=> string(9) "afterFind" } ["passParams"]=> bool(true) } } } ["Model.beforeValidate"]=> array(1) { [10]=> array(2) { [0]=> array(2) { ["callable"]=> array(2) { [0]=> object(BehaviorCollection)#98 (6) { ["modelName"]=> string(4) "User" ["_methods":protected]=> array(0) { } ["_mappedMethods":protected]=> array(0) { } ["_enabled":protected]=> array(0) { } ["_loaded":protected]=> array(0) { } ["defaultPriority"]=> int(10) } [1]=> string(7) "trigger" } ["passParams"]=> bool(false) } [1]=> array(2) { ["callable"]=> array(2) { [0]=> *RECURSION* [1]=> string(14) "beforeValidate" } ["passParams"]=> bool(true) } } } ["Model.afterValidate"]=> array(1) { [10]=> array(2) { [0]=> array(2) { ["callable"]=> array(2) { [0]=> object(BehaviorCollection)#98 (6) { ["modelName"]=> string(4) "User" ["_methods":protected]=> array(0) { } ["_mappedMethods":protected]=> array(0) { } ["_enabled":protected]=> array(0) { } ["_loaded":protected]=> array(0) { } ["defaultPriority"]=> int(10) } [1]=> string(7) "trigger" } ["passParams"]=> bool(false) } [1]=> array(2) { ["callable"]=> array(2) { [0]=> *RECURSION* [1]=> string(13) "afterValidate" } ["passParams"]=> bool(false) } } } ["Model.beforeSave"]=> array(1) { [10]=> array(2) { [0]=> array(2) { ["callable"]=> array(2) { [0]=> object(BehaviorCollection)#98 (6) { ["modelName"]=> string(4) "User" ["_methods":protected]=> array(0) { } ["_mappedMethods":protected]=> array(0) { } ["_enabled":protected]=> array(0) { } ["_loaded":protected]=> array(0) { } ["defaultPriority"]=> int(10) } [1]=> string(7) "trigger" } ["passParams"]=> bool(false) } [1]=> array(2) { ["callable"]=> array(2) { [0]=> *RECURSION* [1]=> string(10) "beforeSave" } ["passParams"]=> bool(true) } } } ["Model.afterSave"]=> array(1) { [10]=> array(2) { [0]=> array(2) { ["callable"]=> array(2) { [0]=> object(BehaviorCollection)#98 (6) { ["modelName"]=> string(4) "User" ["_methods":protected]=> array(0) { } ["_mappedMethods":protected]=> array(0) { } ["_enabled":protected]=> array(0) { } ["_loaded":protected]=> array(0) { } ["defaultPriority"]=> int(10) } [1]=> string(7) "trigger" } ["passParams"]=> bool(false) } [1]=> array(2) { ["callable"]=> array(2) { [0]=> *RECURSION* [1]=> string(9) "afterSave" } ["passParams"]=> bool(true) } } } ["Model.beforeDelete"]=> array(1) { [10]=> array(2) { [0]=> array(2) { ["callable"]=> array(2) { [0]=> object(BehaviorCollection)#98 (6) { ["modelName"]=> string(4) "User" ["_methods":protected]=> array(0) { } ["_mappedMethods":protected]=> array(0) { } ["_enabled":protected]=> array(0) { } ["_loaded":protected]=> array(0) { } ["defaultPriority"]=> int(10) } [1]=> string(7) "trigger" } ["passParams"]=> bool(false) } [1]=> array(2) { ["callable"]=> array(2) { [0]=> *RECURSION* [1]=> string(12) "beforeDelete" } ["passParams"]=> bool(true) } } } ["Model.afterDelete"]=> array(1) { [10]=> array(2) { [0]=> array(2) { ["callable"]=> array(2) { [0]=> object(BehaviorCollection)#98 (6) { ["modelName"]=> string(4) "User" ["_methods":protected]=> array(0) { } ["_mappedMethods":protected]=> array(0) { } ["_enabled":protected]=> array(0) { } ["_loaded":protected]=> array(0) { } ["defaultPriority"]=> int(10) } [1]=> string(7) "trigger" } ["passParams"]=> bool(false) } [1]=> array(2) { ["callable"]=> array(2) { [0]=> *RECURSION* [1]=> string(11) "afterDelete" } ["passParams"]=> bool(false) } } } } ["_isGlobal":protected]=> bool(false) } ["_validator":protected]=> NULL ["Entity"]=> object(Entity)#105 (42) { ["primaryKey"]=> string(4) "guid" ["validate"]=> array(4) { ["access_id"]=> array(1) { ["numeric"]=> array(1) { ["rule"]=> array(1) { [0]=> string(7) "numeric" } } } ["time_created"]=> array(1) { ["datetime"]=> array(1) { ["rule"]=> array(1) { [0]=> string(8) "datetime" } } } ["time_updated"]=> array(1) { ["datetime"]=> array(1) { ["rule"]=> array(1) { [0]=> string(8) "datetime" } } } ["last_action"]=> array(1) { ["datetime"]=> array(1) { ["rule"]=> array(1) { [0]=> string(8) "datetime" } } } } ["recursive"]=> int(1) ["belongsTo"]=> array(4) { ["Owner"]=> array(6) { ["className"]=> string(11) "UsersEntity" ["foreignKey"]=> string(10) "owner_guid" ["conditions"]=> string(0) "" ["fields"]=> string(0) "" ["order"]=> string(0) "" ["counterCache"]=> string(0) "" } ["Container"]=> array(6) { ["className"]=> string(6) "Entity" ["foreignKey"]=> string(14) "container_guid" ["conditions"]=> string(0) "" ["fields"]=> string(0) "" ["order"]=> string(0) "" ["counterCache"]=> string(0) "" } ["EntityType"]=> array(6) { ["className"]=> string(10) "EntityType" ["foreignKey"]=> string(6) "typeid" ["conditions"]=> string(0) "" ["fields"]=> string(0) "" ["order"]=> string(0) "" ["counterCache"]=> string(0) "" } ["User"]=> array(7) { ["className"]=> string(11) "UsersEntity" ["foreignKey"]=> string(4) "guid" ["associationForeignKey"]=> string(16) "UsersEntity.guid" ["conditions"]=> string(0) "" ["fields"]=> string(0) "" ["order"]=> string(0) "" ["counterCache"]=> string(0) "" } } ["hasMany"]=> array(1) { ["Metadata"]=> array(11) { ["className"]=> string(8) "Metadata" ["foreignKey"]=> string(11) "entity_guid" ["dependent"]=> bool(true) ["conditions"]=> array(1) { ["Metadata.enabled"]=> string(3) "yes" } ["fields"]=> string(0) "" ["order"]=> string(0) "" ["limit"]=> string(0) "" ["offset"]=> string(0) "" ["exclusive"]=> string(0) "" ["finderQuery"]=> string(0) "" ["counterQuery"]=> string(0) "" } } ["useDbConfig"]=> string(7) "default" ["useTable"]=> string(8) "entities" ["id"]=> bool(false) ["data"]=> array(0) { } ["schemaName"]=> string(13) "therightplace" ["table"]=> string(8) "entities" ["_schema":protected]=> array(10) { ["guid"]=> array(5) { ["type"]=> string(10) "biginteger" ["null"]=> bool(false) ["default"]=> NULL ["length"]=> int(20) ["key"]=> string(7) "primary" } ["typeid"]=> array(5) { ["type"]=> string(7) "integer" ["null"]=> bool(true) ["default"]=> NULL ["length"]=> int(11) ["key"]=> string(5) "index" } ["owner_guid"]=> array(5) { ["type"]=> string(10) "biginteger" ["null"]=> bool(false) ["default"]=> NULL ["length"]=> int(20) ["key"]=> string(5) "index" } ["site_guid"]=> array(5) { ["type"]=> string(10) "biginteger" ["null"]=> bool(false) ["default"]=> NULL ["length"]=> int(20) ["key"]=> string(5) "index" } ["container_guid"]=> array(5) { ["type"]=> string(10) "biginteger" ["null"]=> bool(false) ["default"]=> NULL ["length"]=> int(20) ["key"]=> string(5) "index" } ["access_id"]=> array(5) { ["type"]=> string(7) "integer" ["null"]=> bool(false) ["default"]=> NULL ["length"]=> int(11) ["key"]=> string(5) "index" } ["time_created"]=> array(5) { ["type"]=> string(8) "datetime" ["null"]=> bool(false) ["default"]=> NULL ["length"]=> NULL ["key"]=> string(5) "index" } ["time_updated"]=> array(5) { ["type"]=> string(8) "datetime" ["null"]=> bool(false) ["default"]=> NULL ["length"]=> NULL ["key"]=> string(5) "index" } ["last_action"]=> array(4) { ["type"]=> string(8) "datetime" ["null"]=> bool(false) ["default"]=> NULL ["length"]=> NULL } ["enabled"]=> array(6) { ["type"]=> string(16) "enum('yes','no')" ["null"]=> bool(false) ["default"]=> string(3) "yes" ["length"]=> int(3) ["collate"]=> string(15) "utf8_general_ci" ["charset"]=> string(4) "utf8" } } ["validationErrors"]=> array(0) { } ["validationDomain"]=> NULL ["tablePrefix"]=> string(0) "" ["plugin"]=> NULL ["name"]=> string(6) "Entity" ["alias"]=> string(6) "Entity" ["tableToModel"]=> array(2) { ["entities"]=> string(6) "Entity" ["metadata"]=> string(8) "Metadata" } ["cacheQueries"]=> bool(false) ["hasOne"]=> array(0) { } ["hasAndBelongsToMany"]=> array(0) { } ["actsAs"]=> NULL ["Behaviors"]=> object(BehaviorCollection)#107 (6) { ["modelName"]=> string(6) "Entity" ["_methods":protected]=> array(0) { } ["_mappedMethods":protected]=> array(0) { } ["_enabled":protected]=> array(0) { } ["_loaded":protected]=> array(0) { } ["defaultPriority"]=> int(10) } ["whitelist"]=> array(0) { } ["cacheSources"]=> bool(true) ["findQueryType"]=> NULL ["order"]=> NULL ["virtualFields"]=> array(0) { } ["_associationKeys":protected]=> array(4) { ["belongsTo"]=> array(6) { [0]=> string(9) "className" [1]=> string(10) "foreignKey" [2]=> string(10) "conditions" [3]=> string(6) "fields" [4]=> string(5) "order" [5]=> string(12) "counterCache" } ["hasOne"]=> array(6) { [0]=> string(9) "className" [1]=> string(10) "foreignKey" [2]=> string(10) "conditions" [3]=> string(6) "fields" [4]=> string(5) "order" [5]=> string(9) "dependent" } ["hasMany"]=> array(11) { [0]=> string(9) "className" [1]=> string(10) "foreignKey" [2]=> string(10) "conditions" [3]=> string(6) "fields" [4]=> string(5) "order" [5]=> string(5) "limit" [6]=> string(6) "offset" [7]=> string(9) "dependent" [8]=> string(9) "exclusive" [9]=> string(11) "finderQuery" [10]=> string(12) "counterQuery" } ["hasAndBelongsToMany"]=> array(12) { [0]=> string(9) "className" [1]=> string(9) "joinTable" [2]=> string(4) "with" [3]=> string(10) "foreignKey" [4]=> string(21) "associationForeignKey" [5]=> string(10) "conditions" [6]=> string(6) "fields" [7]=> string(5) "order" [8]=> string(5) "limit" [9]=> string(6) "offset" [10]=> string(6) "unique" [11]=> string(11) "finderQuery" } } ["_associations":protected]=> array(4) { [0]=> string(9) "belongsTo" [1]=> string(6) "hasOne" [2]=> string(7) "hasMany" [3]=> string(19) "hasAndBelongsToMany" } ["__backAssociation"]=> array(0) { } ["__backInnerAssociation"]=> array(0) { } ["__backOriginalAssociation"]=> array(0) { } ["__backContainableAssociation"]=> array(0) { } ["_insertID":protected]=> NULL ["_sourceConfigured":protected]=> bool(true) ["findMethods"]=> array(6) { ["all"]=> bool(true) ["first"]=> bool(true) ["count"]=> bool(true) ["neighbors"]=> bool(true) ["list"]=> bool(true) ["threaded"]=> bool(true) } ["_eventManager":protected]=> NULL ["_validator":protected]=> NULL ["Attribute"]=> object(Attribute)#117 (44) { ["useTable"]=> string(8) "entities" ["alias"]=> string(9) "Attribute" ["primaryKey"]=> string(4) "guid" ["validate"]=> array(4) { ["access_id"]=> array(1) { ["numeric"]=> array(1) { ["rule"]=> array(1) { [0]=> string(7) "numeric" } } } ["time_created"]=> array(1) { ["datetime"]=> array(1) { ["rule"]=> array(1) { [0]=> string(8) "datetime" } } } ["time_updated"]=> array(1) { ["datetime"]=> array(1) { ["rule"]=> array(1) { [0]=> string(8) "datetime" } } } ["last_action"]=> array(1) { ["datetime"]=> array(1) { ["rule"]=> array(1) { [0]=> string(8) "datetime" } } } } ["recursive"]=> int(1) ["belongsTo"]=> array(4) { ["Owner"]=> array(6) { ["className"]=> string(11) "UsersEntity" ["foreignKey"]=> string(10) "owner_guid" ["conditions"]=> string(0) "" ["fields"]=> string(0) "" ["order"]=> string(0) "" ["counterCache"]=> string(0) "" } ["Container"]=> array(6) { ["className"]=> string(6) "Entity" ["foreignKey"]=> string(14) "container_guid" ["conditions"]=> string(0) "" ["fields"]=> string(0) "" ["order"]=> string(0) "" ["counterCache"]=> string(0) "" } ["EntityType"]=> array(6) { ["className"]=> string(10) "EntityType" ["foreignKey"]=> string(6) "typeid" ["conditions"]=> string(0) "" ["fields"]=> string(0) "" ["order"]=> string(0) "" ["counterCache"]=> string(0) "" } ["User"]=> array(7) { ["className"]=> string(11) "UsersEntity" ["foreignKey"]=> string(4) "guid" ["associationForeignKey"]=> string(16) "UsersEntity.guid" ["conditions"]=> string(0) "" ["fields"]=> string(0) "" ["order"]=> string(0) "" ["counterCache"]=> string(0) "" } } ["hasMany"]=> array(1) { ["Metadata"]=> array(11) { ["className"]=> string(8) "Metadata" ["foreignKey"]=> string(11) "entity_guid" ["dependent"]=> bool(true) ["conditions"]=> array(1) { ["Metadata.enabled"]=> string(3) "yes" } ["fields"]=> string(0) "" ["order"]=> string(0) "" ["limit"]=> string(0) "" ["offset"]=> string(0) "" ["exclusive"]=> string(0) "" ["finderQuery"]=> string(0) "" ["counterQuery"]=> string(0) "" } } ["useDbConfig"]=> string(7) "default" ["id"]=> bool(false) ["data"]=> array(0) { } ["schemaName"]=> string(13) "therightplace" ["table"]=> string(8) "entities" ["_schema":protected]=> array(10) { ["guid"]=> array(5) { ["type"]=> string(10) "biginteger" ["null"]=> bool(false) ["default"]=> NULL ["length"]=> int(20) ["key"]=> string(7) "primary" } ["typeid"]=> array(5) { ["type"]=> string(7) "integer" ["null"]=> bool(true) ["default"]=> NULL ["length"]=> int(11) ["key"]=> string(5) "index" } ["owner_guid"]=> array(5) { ["type"]=> string(10) "biginteger" ["null"]=> bool(false) ["default"]=> NULL ["length"]=> int(20) ["key"]=> string(5) "index" } ["site_guid"]=> array(5) { ["type"]=> string(10) "biginteger" ["null"]=> bool(false) ["default"]=> NULL ["length"]=> int(20) ["key"]=> string(5) "index" } ["container_guid"]=> array(5) { ["type"]=> string(10) "biginteger" ["null"]=> bool(false) ["default"]=> NULL ["length"]=> int(20) ["key"]=> string(5) "index" } ["access_id"]=> array(5) { ["type"]=> string(7) "integer" ["null"]=> bool(false) ["default"]=> NULL ["length"]=> int(11) ["key"]=> string(5) "index" } ["time_created"]=> array(5) { ["type"]=> string(8) "datetime" ["null"]=> bool(false) ["default"]=> NULL ["length"]=> NULL ["key"]=> string(5) "index" } ["time_updated"]=> array(5) { ["type"]=> string(8) "datetime" ["null"]=> bool(false) ["default"]=> NULL ["length"]=> NULL ["key"]=> string(5) "index" } ["last_action"]=> array(4) { ["type"]=> string(8) "datetime" ["null"]=> bool(false) ["default"]=> NULL ["length"]=> NULL } ["enabled"]=> array(6) { ["type"]=> string(16) "enum('yes','no')" ["null"]=> bool(false) ["default"]=> string(3) "yes" ["length"]=> int(3) ["collate"]=> string(15) "utf8_general_ci" ["charset"]=> string(4) "utf8" } } ["validationErrors"]=> array(0) { } ["validationDomain"]=> NULL ["plugin"]=> NULL ["name"]=> string(9) "Attribute" ["tableToModel"]=> array(3) { ["entities"]=> string(9) "Container" ["entity_type"]=> string(10) "EntityType" ["users_entity"]=> string(4) "User" } ["cacheQueries"]=> bool(false) ["hasOne"]=> array(0) { } ["hasAndBelongsToMany"]=> array(0) { } ["actsAs"]=> NULL ["Behaviors"]=> object(BehaviorCollection)#118 (6) { ["modelName"]=> string(9) "Attribute" ["_methods":protected]=> array(0) { } ["_mappedMethods":protected]=> array(0) { } ["_enabled":protected]=> array(0) { } ["_loaded":protected]=> array(0) { } ["defaultPriority"]=> int(10) } ["whitelist"]=> array(0) { } ["cacheSources"]=> bool(true) ["findQueryType"]=> NULL ["order"]=> NULL ["virtualFields"]=> array(0) { } ["_associationKeys":protected]=> array(4) { ["belongsTo"]=> array(6) { [0]=> string(9) "className" [1]=> string(10) "foreignKey" [2]=> string(10) "conditions" [3]=> string(6) "fields" [4]=> string(5) "order" [5]=> string(12) "counterCache" } ["hasOne"]=> array(6) { [0]=> string(9) "className" [1]=> string(10) "foreignKey" [2]=> string(10) "conditions" [3]=> string(6) "fields" [4]=> string(5) "order" [5]=> string(9) "dependent" } ["hasMany"]=> array(11) { [0]=> string(9) "className" [1]=> string(10) "foreignKey" [2]=> string(10) "conditions" [3]=> string(6) "fields" [4]=> string(5) "order" [5]=> string(5) "limit" [6]=> string(6) "offset" [7]=> string(9) "dependent" [8]=> string(9) "exclusive" [9]=> string(11) "finderQuery" [10]=> string(12) "counterQuery" } ["hasAndBelongsToMany"]=> array(12) { [0]=> string(9) "className" [1]=> string(9) "joinTable" [2]=> string(4) "with" [3]=> string(10) "foreignKey" [4]=> string(21) "associationForeignKey" [5]=> string(10) "conditions" [6]=> string(6) "fields" [7]=> string(5) "order" [8]=> string(5) "limit" [9]=> string(6) "offset" [10]=> string(6) "unique" [11]=> string(11) "finderQuery" } } ["_associations":protected]=> array(4) { [0]=> string(9) "belongsTo" [1]=> string(6) "hasOne" [2]=> string(7) "hasMany" [3]=> string(19) "hasAndBelongsToMany" } ["__backAssociation"]=> array(0) { } ["__backInnerAssociation"]=> array(0) { } ["__backOriginalAssociation"]=> array(0) { } ["__backContainableAssociation"]=> array(0) { } ["_insertID":protected]=> NULL ["_sourceConfigured":protected]=> bool(true) ["findMethods"]=> array(6) { ["all"]=> bool(true) ["first"]=> bool(true) ["count"]=> bool(true) ["neighbors"]=> bool(true) ["list"]=> bool(true) ["threaded"]=> bool(true) } ["_eventManager":protected]=> object(CakeEventManager)#119 (2) { ["_listeners":protected]=> array(8) { ["Model.beforeFind"]=> array(1) { [10]=> array(2) { [0]=> array(2) { ["callable"]=> array(2) { [0]=> object(BehaviorCollection)#118 (6) { ["modelName"]=> string(9) "Attribute" ["_methods":protected]=> array(0) { } ["_mappedMethods":protected]=> array(0) { } ["_enabled":protected]=> array(0) { } ["_loaded":protected]=> array(0) { } ["defaultPriority"]=> int(10) } [1]=> string(7) "trigger" } ["passParams"]=> bool(false) } [1]=> array(2) { ["callable"]=> array(2) { [0]=> *RECURSION* [1]=> string(10) "beforeFind" } ["passParams"]=> bool(true) } } } ["Model.afterFind"]=> array(1) { [10]=> array(2) { [0]=> array(2) { ["callable"]=> array(2) { [0]=> object(BehaviorCollection)#118 (6) { ["modelName"]=> string(9) "Attribute" ["_methods":protected]=> array(0) { } ["_mappedMethods":protected]=> array(0) { } ["_enabled":protected]=> array(0) { } ["_loaded":protected]=> array(0) { } ["defaultPriority"]=> int(10) } [1]=> string(7) "trigger" } ["passParams"]=> bool(false) } [1]=> array(2) { ["callable"]=> array(2) { [0]=> *RECURSION* [1]=> string(9) "afterFind" } ["passParams"]=> bool(true) } } } ["Model.beforeValidate"]=> array(1) { [10]=> array(2) { [0]=> array(2) { ["callable"]=> array(2) { [0]=> object(BehaviorCollection)#118 (6) { ["modelName"]=> string(9) "Attribute" ["_methods":protected]=> array(0) { } ["_mappedMethods":protected]=> array(0) { } ["_enabled":protected]=> array(0) { } ["_loaded":protected]=> array(0) { } ["defaultPriority"]=> int(10) } [1]=> string(7) "trigger" } ["passParams"]=> bool(false) } [1]=> array(2) { ["callable"]=> array(2) { [0]=> *RECURSION* [1]=> string(14) "beforeValidate" } ["passParams"]=> bool(true) } } } ["Model.afterValidate"]=> array(1) { [10]=> array(2) { [0]=> array(2) { ["callable"]=> array(2) { [0]=> object(BehaviorCollection)#118 (6) { ["modelName"]=> string(9) "Attribute" ["_methods":protected]=> array(0) { } ["_mappedMethods":protected]=> array(0) { } ["_enabled":protected]=> array(0) { } ["_loaded":protected]=> array(0) { } ["defaultPriority"]=> int(10) } [1]=> string(7) "trigger" } ["passParams"]=> bool(false) } [1]=> array(2) { ["callable"]=> array(2) { [0]=> *RECURSION* [1]=> string(13) "afterValidate" } ["passParams"]=> bool(false) } } } ["Model.beforeSave"]=> array(1) { [10]=> array(2) { [0]=> array(2) { ["callable"]=> array(2) { [0]=> object(BehaviorCollection)#118 (6) { ["modelName"]=> string(9) "Attribute" ["_methods":protected]=> array(0) { } ["_mappedMethods":protected]=> array(0) { } ["_enabled":protected]=> array(0) { } ["_loaded":protected]=> array(0) { } ["defaultPriority"]=> int(10) } [1]=> string(7) "trigger" } ["passParams"]=> bool(false) } [1]=> array(2) { ["callable"]=> array(2) { [0]=> *RECURSION* [1]=> string(10) "beforeSave" } ["passParams"]=> bool(true) } } } ["Model.afterSave"]=> array(1) { [10]=> array(2) { [0]=> array(2) { ["callable"]=> array(2) { [0]=> object(BehaviorCollection)#118 (6) { ["modelName"]=> string(9) "Attribute" ["_methods":protected]=> array(0) { } ["_mappedMethods":protected]=> array(0) { } ["_enabled":protected]=> array(0) { } ["_loaded":protected]=> array(0) { } ["defaultPriority"]=> int(10) } [1]=> string(7) "trigger" } ["passParams"]=> bool(false) } [1]=> array(2) { ["callable"]=> array(2) { [0]=> *RECURSION* [1]=> string(9) "afterSave" } ["passParams"]=> bool(true) } } } ["Model.beforeDelete"]=> array(1) { [10]=> array(2) { [0]=> array(2) { ["callable"]=> array(2) { [0]=> object(BehaviorCollection)#118 (6) { ["modelName"]=> string(9) "Attribute" ["_methods":protected]=> array(0) { } ["_mappedMethods":protected]=> array(0) { } ["_enabled":protected]=> array(0) { } ["_loaded":protected]=> array(0) { } ["defaultPriority"]=> int(10) } [1]=> string(7) "trigger" } ["passParams"]=> bool(false) } [1]=> array(2) { ["callable"]=> array(2) { [0]=> *RECURSION* [1]=> string(12) "beforeDelete" } ["passParams"]=> bool(true) } } } ["Model.afterDelete"]=> array(1) { [10]=> array(2) { [0]=> array(2) { ["callable"]=> array(2) { [0]=> object(BehaviorCollection)#118 (6) { ["modelName"]=> string(9) "Attribute" ["_methods":protected]=> array(0) { } ["_mappedMethods":protected]=> array(0) { } ["_enabled":protected]=> array(0) { } ["_loaded":protected]=> array(0) { } ["defaultPriority"]=> int(10) } [1]=> string(7) "trigger" } ["passParams"]=> bool(false) } [1]=> array(2) { ["callable"]=> array(2) { [0]=> *RECURSION* [1]=> string(11) "afterDelete" } ["passParams"]=> bool(false) } } } } ["_isGlobal":protected]=> bool(false) } ["_validator":protected]=> NULL ["EntityType"]=> object(EntityType)#121 (40) { ["useTable"]=> string(11) "entity_type" ["validate"]=> array(1) { ["type"]=> array(1) { ["notEmpty"]=> array(1) { ["rule"]=> array(1) { [0]=> string(8) "notEmpty" } } } } ["useDbConfig"]=> string(7) "default" ["id"]=> bool(false) ["data"]=> array(0) { } ["schemaName"]=> string(13) "therightplace" ["table"]=> string(11) "entity_type" ["primaryKey"]=> string(2) "id" ["_schema":protected]=> NULL ["validationErrors"]=> array(0) { } ["validationDomain"]=> NULL ["tablePrefix"]=> string(0) "" ["plugin"]=> NULL ["name"]=> string(10) "EntityType" ["alias"]=> string(10) "EntityType" ["tableToModel"]=> array(1) { ["entity_type"]=> string(10) "EntityType" } ["cacheQueries"]=> bool(false) ["belongsTo"]=> array(0) { } ["hasOne"]=> array(0) { } ["hasMany"]=> array(0) { } ["hasAndBelongsToMany"]=> array(0) { } ["actsAs"]=> NULL ["Behaviors"]=> object(BehaviorCollection)#122 (6) { ["modelName"]=> string(10) "EntityType" ["_methods":protected]=> array(0) { } ["_mappedMethods":protected]=> array(0) { } ["_enabled":protected]=> array(0) { } ["_loaded":protected]=> array(0) { } ["defaultPriority"]=> int(10) } ["whitelist"]=> array(0) { } ["cacheSources"]=> bool(true) ["findQueryType"]=> NULL ["recursive"]=> int(1) ["order"]=> NULL ["virtualFields"]=> array(0) { } ["_associationKeys":protected]=> array(4) { ["belongsTo"]=> array(6) { [0]=> string(9) "className" [1]=> string(10) "foreignKey" [2]=> string(10) "conditions" [3]=> string(6) "fields" [4]=> string(5) "order" [5]=> string(12) "counterCache" } ["hasOne"]=> array(6) { [0]=> string(9) "className" [1]=> string(10) "foreignKey" [2]=> string(10) "conditions" [3]=> string(6) "fields" [4]=> string(5) "order" [5]=> string(9) "dependent" } ["hasMany"]=> array(11) { [0]=> string(9) "className" [1]=> string(10) "foreignKey" [2]=> string(10) "conditions" [3]=> string(6) "fields" [4]=> string(5) "order" [5]=> string(5) "limit" [6]=> string(6) "offset" [7]=> string(9) "dependent" [8]=> string(9) "exclusive" [9]=> string(11) "finderQuery" [10]=> string(12) "counterQuery" } ["hasAndBelongsToMany"]=> array(12) { [0]=> string(9) "className" [1]=> string(9) "joinTable" [2]=> string(4) "with" [3]=> string(10) "foreignKey" [4]=> string(21) "associationForeignKey" [5]=> string(10) "conditions" [6]=> string(6) "fields" [7]=> string(5) "order" [8]=> string(5) "limit" [9]=> string(6) "offset" [10]=> string(6) "unique" [11]=> string(11) "finderQuery" } } ["_associations":protected]=> array(4) { [0]=> string(9) "belongsTo" [1]=> string(6) "hasOne" [2]=> string(7) "hasMany" [3]=> string(19) "hasAndBelongsToMany" } ["__backAssociation"]=> array(0) { } ["__backInnerAssociation"]=> array(0) { } ["__backOriginalAssociation"]=> array(0) { } ["__backContainableAssociation"]=> array(0) { } ["_insertID":protected]=> NULL ["_sourceConfigured":protected]=> bool(true) ["findMethods"]=> array(6) { ["all"]=> bool(true) ["first"]=> bool(true) ["count"]=> bool(true) ["neighbors"]=> bool(true) ["list"]=> bool(true) ["threaded"]=> bool(true) } ["_eventManager":protected]=> NULL ["_validator":protected]=> NULL } ["tablePrefix"]=> string(0) "" ["Owner"]=> object(UsersEntity)#120 (42) { ["components"]=> array(1) { [0]=> string(7) "Session" } ["useTable"]=> string(12) "users_entity" ["primaryKey"]=> string(4) "guid" ["displayField"]=> string(4) "name" ["alias"]=> string(4) "User" ["recursive"]=> int(1) ["belongsTo"]=> array(0) { } ["hasOne"]=> array(1) { ["Entity"]=> array(6) { ["className"]=> string(6) "Entity" ["foreignKey"]=> string(4) "guid" ["conditions"]=> array(1) { ["Entity.enabled"]=> string(3) "yes" } ["fields"]=> string(0) "" ["order"]=> string(0) "" ["dependent"]=> string(0) "" } } ["hasMany"]=> array(2) { ["AccessCollectionMembership"]=> array(11) { ["className"]=> string(26) "AccessCollectionMembership" ["foreignKey"]=> string(9) "user_guid" ["dependent"]=> bool(true) ["conditions"]=> string(0) "" ["fields"]=> string(0) "" ["order"]=> string(0) "" ["limit"]=> string(0) "" ["offset"]=> string(0) "" ["exclusive"]=> string(0) "" ["finderQuery"]=> string(0) "" ["counterQuery"]=> string(0) "" } ["Metadata"]=> array(11) { ["className"]=> string(8) "Metadata" ["foreignKey"]=> string(11) "entity_guid" ["dependent"]=> bool(true) ["conditions"]=> string(0) "" ["fields"]=> string(0) "" ["order"]=> string(0) "" ["limit"]=> string(0) "" ["offset"]=> string(0) "" ["exclusive"]=> string(0) "" ["finderQuery"]=> string(0) "" ["counterQuery"]=> string(0) "" } } ["validate"]=> array(5) { ["firstname"]=> array(1) { ["nonEmpty"]=> array(3) { ["rule"]=> array(1) { [0]=> string(8) "notEmpty" } ["message"]=> string(23) "A firstname is required" ["allowEmpty"]=> bool(false) } } ["lastname"]=> array(1) { ["nonEmpty"]=> array(3) { ["rule"]=> array(1) { [0]=> string(8) "notEmpty" } ["message"]=> string(22) "A lastname is required" ["allowEmpty"]=> bool(false) } } ["email"]=> array(3) { ["required"]=> array(2) { ["rule"]=> array(2) { [0]=> string(5) "email" [1]=> bool(true) } ["message"]=> string(37) "Please provide a valid email address." } ["unique"]=> array(2) { ["rule"]=> array(1) { [0]=> string(13) "isUniqueEmail" } ["message"]=> string(28) "This email is already in use" } ["between"]=> array(2) { ["rule"]=> array(3) { [0]=> string(7) "between" [1]=> int(6) [2]=> int(60) } ["message"]=> string(42) "emailid must be between 6 to 60 characters" } } ["password"]=> array(2) { ["required"]=> array(2) { ["rule"]=> array(1) { [0]=> string(8) "notEmpty" } ["message"]=> string(22) "A password is required" } ["min_length"]=> array(2) { ["rule"]=> array(2) { [0]=> string(9) "minLength" [1]=> string(1) "6" } ["message"]=> string(44) "Password must have a mimimum of 6 characters" } } ["password_confirm"]=> array(2) { ["required"]=> array(2) { ["rule"]=> array(1) { [0]=> string(8) "notEmpty" } ["message"]=> string(28) "Please confirm your password" } ["comparePasswords"]=> array(2) { ["rule"]=> array(2) { [0]=> string(16) "comparePasswords" [1]=> string(8) "password" } ["message"]=> string(26) "Both passwords must match." } } } ["useDbConfig"]=> string(7) "default" ["id"]=> bool(false) ["data"]=> array(0) { } ["schemaName"]=> string(13) "therightplace" ["table"]=> string(12) "users_entity" ["_schema":protected]=> NULL ["validationErrors"]=> array(0) { } ["validationDomain"]=> NULL ["tablePrefix"]=> string(0) "" ["plugin"]=> NULL ["name"]=> string(11) "UsersEntity" ["tableToModel"]=> array(1) { ["users_entity"]=> string(4) "User" } ["cacheQueries"]=> bool(false) ["hasAndBelongsToMany"]=> array(0) { } ["actsAs"]=> NULL ["Behaviors"]=> object(BehaviorCollection)#123 (6) { ["modelName"]=> string(4) "User" ["_methods":protected]=> array(0) { } ["_mappedMethods":protected]=> array(0) { } ["_enabled":protected]=> array(0) { } ["_loaded":protected]=> array(0) { } ["defaultPriority"]=> int(10) } ["whitelist"]=> array(0) { } ["cacheSources"]=> bool(true) ["findQueryType"]=> NULL ["order"]=> NULL ["virtualFields"]=> array(0) { } ["_associationKeys":protected]=> array(4) { ["belongsTo"]=> array(6) { [0]=> string(9) "className" [1]=> string(10) "foreignKey" [2]=> string(10) "conditions" [3]=> string(6) "fields" [4]=> string(5) "order" [5]=> string(12) "counterCache" } ["hasOne"]=> array(6) { [0]=> string(9) "className" [1]=> string(10) "foreignKey" [2]=> string(10) "conditions" [3]=> string(6) "fields" [4]=> string(5) "order" [5]=> string(9) "dependent" } ["hasMany"]=> array(11) { [0]=> string(9) "className" [1]=> string(10) "foreignKey" [2]=> string(10) "conditions" [3]=> string(6) "fields" [4]=> string(5) "order" [5]=> string(5) "limit" [6]=> string(6) "offset" [7]=> string(9) "dependent" [8]=> string(9) "exclusive" [9]=> string(11) "finderQuery" [10]=> string(12) "counterQuery" } ["hasAndBelongsToMany"]=> array(12) { [0]=> string(9) "className" [1]=> string(9) "joinTable" [2]=> string(4) "with" [3]=> string(10) "foreignKey" [4]=> string(21) "associationForeignKey" [5]=> string(10) "conditions" [6]=> string(6) "fields" [7]=> string(5) "order" [8]=> string(5) "limit" [9]=> string(6) "offset" [10]=> string(6) "unique" [11]=> string(11) "finderQuery" } } ["_associations":protected]=> array(4) { [0]=> string(9) "belongsTo" [1]=> string(6) "hasOne" [2]=> string(7) "hasMany" [3]=> string(19) "hasAndBelongsToMany" } ["__backAssociation"]=> array(0) { } ["__backInnerAssociation"]=> array(0) { } ["__backOriginalAssociation"]=> array(0) { } ["__backContainableAssociation"]=> array(0) { } ["_insertID":protected]=> NULL ["_sourceConfigured":protected]=> bool(true) ["findMethods"]=> array(6) { ["all"]=> bool(true) ["first"]=> bool(true) ["count"]=> bool(true) ["neighbors"]=> bool(true) ["list"]=> bool(true) ["threaded"]=> bool(true) } ["_eventManager":protected]=> NULL ["_validator":protected]=> NULL } ["Container"]=> object(Entity)#124 (40) { ["primaryKey"]=> string(4) "guid" ["validate"]=> array(4) { ["access_id"]=> array(1) { ["numeric"]=> array(1) { ["rule"]=> array(1) { [0]=> string(7) "numeric" } } } ["time_created"]=> array(1) { ["datetime"]=> array(1) { ["rule"]=> array(1) { [0]=> string(8) "datetime" } } } ["time_updated"]=> array(1) { ["datetime"]=> array(1) { ["rule"]=> array(1) { [0]=> string(8) "datetime" } } } ["last_action"]=> array(1) { ["datetime"]=> array(1) { ["rule"]=> array(1) { [0]=> string(8) "datetime" } } } } ["recursive"]=> int(1) ["belongsTo"]=> array(4) { ["Owner"]=> array(6) { ["className"]=> string(11) "UsersEntity" ["foreignKey"]=> string(10) "owner_guid" ["conditions"]=> string(0) "" ["fields"]=> string(0) "" ["order"]=> string(0) "" ["counterCache"]=> string(0) "" } ["Container"]=> array(6) { ["className"]=> string(6) "Entity" ["foreignKey"]=> string(14) "container_guid" ["conditions"]=> string(0) "" ["fields"]=> string(0) "" ["order"]=> string(0) "" ["counterCache"]=> string(0) "" } ["EntityType"]=> array(6) { ["className"]=> string(10) "EntityType" ["foreignKey"]=> string(6) "typeid" ["conditions"]=> string(0) "" ["fields"]=> string(0) "" ["order"]=> string(0) "" ["counterCache"]=> string(0) "" } ["User"]=> array(7) { ["className"]=> string(11) "UsersEntity" ["foreignKey"]=> string(4) "guid" ["associationForeignKey"]=> string(16) "UsersEntity.guid" ["conditions"]=> string(0) "" ["fields"]=> string(0) "" ["order"]=> string(0) "" ["counterCache"]=> string(0) "" } } ["hasMany"]=> array(1) { ["Metadata"]=> array(11) { ["className"]=> string(8) "Metadata" ["foreignKey"]=> string(11) "entity_guid" ["dependent"]=> bool(true) ["conditions"]=> array(1) { ["Metadata.enabled"]=> string(3) "yes" } ["fields"]=> string(0) "" ["order"]=> string(0) "" ["limit"]=> string(0) "" ["offset"]=> string(0) "" ["exclusive"]=> string(0) "" ["finderQuery"]=> string(0) "" ["counterQuery"]=> string(0) "" } } ["useDbConfig"]=> string(7) "default" ["useTable"]=> string(8) "entities" ["id"]=> bool(false) ["data"]=> array(0) { } ["schemaName"]=> string(13) "therightplace" ["table"]=> string(8) "entities" ["_schema":protected]=> NULL ["validationErrors"]=> array(0) { } ["validationDomain"]=> NULL ["tablePrefix"]=> string(0) "" ["plugin"]=> NULL ["name"]=> string(6) "Entity" ["alias"]=> string(9) "Container" ["tableToModel"]=> array(1) { ["entities"]=> string(9) "Container" } ["cacheQueries"]=> bool(false) ["hasOne"]=> array(0) { } ["hasAndBelongsToMany"]=> array(0) { } ["actsAs"]=> NULL ["Behaviors"]=> object(BehaviorCollection)#125 (6) { ["modelName"]=> string(9) "Container" ["_methods":protected]=> array(0) { } ["_mappedMethods":protected]=> array(0) { } ["_enabled":protected]=> array(0) { } ["_loaded":protected]=> array(0) { } ["defaultPriority"]=> int(10) } ["whitelist"]=> array(0) { } ["cacheSources"]=> bool(true) ["findQueryType"]=> NULL ["order"]=> NULL ["virtualFields"]=> array(0) { } ["_associationKeys":protected]=> array(4) { ["belongsTo"]=> array(6) { [0]=> string(9) "className" [1]=> string(10) "foreignKey" [2]=> string(10) "conditions" [3]=> string(6) "fields" [4]=> string(5) "order" [5]=> string(12) "counterCache" } ["hasOne"]=> array(6) { [0]=> string(9) "className" [1]=> string(10) "foreignKey" [2]=> string(10) "conditions" [3]=> string(6) "fields" [4]=> string(5) "order" [5]=> string(9) "dependent" } ["hasMany"]=> array(11) { [0]=> string(9) "className" [1]=> string(10) "foreignKey" [2]=> string(10) "conditions" [3]=> string(6) "fields" [4]=> string(5) "order" [5]=> string(5) "limit" [6]=> string(6) "offset" [7]=> string(9) "dependent" [8]=> string(9) "exclusive" [9]=> string(11) "finderQuery" [10]=> string(12) "counterQuery" } ["hasAndBelongsToMany"]=> array(12) { [0]=> string(9) "className" [1]=> string(9) "joinTable" [2]=> string(4) "with" [3]=> string(10) "foreignKey" [4]=> string(21) "associationForeignKey" [5]=> string(10) "conditions" [6]=> string(6) "fields" [7]=> string(5) "order" [8]=> string(5) "limit" [9]=> string(6) "offset" [10]=> string(6) "unique" [11]=> string(11) "finderQuery" } } ["_associations":protected]=> array(4) { [0]=> string(9) "belongsTo" [1]=> string(6) "hasOne" [2]=> string(7) "hasMany" [3]=> string(19) "hasAndBelongsToMany" } ["__backAssociation"]=> array(0) { } ["__backInnerAssociation"]=> array(0) { } ["__backOriginalAssociation"]=> array(0) { } ["__backContainableAssociation"]=> array(0) { } ["_insertID":protected]=> NULL ["_sourceConfigured":protected]=> bool(true) ["findMethods"]=> array(6) { ["all"]=> bool(true) ["first"]=> bool(true) ["count"]=> bool(true) ["neighbors"]=> bool(true) ["list"]=> bool(true) ["threaded"]=> bool(true) } ["_eventManager":protected]=> NULL ["_validator":protected]=> NULL } ["User"]=> *RECURSION* } ["Metadata"]=> object(Metadata)#111 (40) { ["validate"]=> array(5) { ["metadata_group_id"]=> array(1) { ["numeric"]=> array(1) { ["rule"]=> array(1) { [0]=> string(7) "numeric" } } } ["key"]=> array(1) { ["notEmpty"]=> array(1) { ["rule"]=> array(1) { [0]=> string(8) "notEmpty" } } } ["value"]=> array(1) { ["notEmpty"]=> array(1) { ["rule"]=> array(1) { [0]=> string(8) "notEmpty" } } } ["access_id"]=> array(1) { ["numeric"]=> array(1) { ["rule"]=> array(1) { [0]=> string(7) "numeric" } } } ["time_created"]=> array(1) { ["datetime"]=> array(2) { ["rule"]=> array(1) { [0]=> string(8) "datetime" } ["on"]=> string(6) "create" } } } ["belongsTo"]=> array(2) { ["MetadataGroup"]=> array(6) { ["className"]=> string(13) "MetadataGroup" ["foreignKey"]=> string(17) "metadata_group_id" ["conditions"]=> string(0) "" ["fields"]=> string(0) "" ["order"]=> string(0) "" ["counterCache"]=> string(0) "" } ["Entity"]=> array(7) { ["className"]=> string(6) "Entity" ["foreignKey"]=> string(11) "entity_guid" ["associationForeignKey"]=> string(4) "guid" ["conditions"]=> string(0) "" ["fields"]=> string(0) "" ["order"]=> string(0) "" ["counterCache"]=> string(0) "" } } ["useDbConfig"]=> string(7) "default" ["useTable"]=> string(8) "metadata" ["id"]=> bool(false) ["data"]=> array(0) { } ["schemaName"]=> string(13) "therightplace" ["table"]=> string(8) "metadata" ["primaryKey"]=> string(2) "id" ["_schema":protected]=> array(11) { ["id"]=> array(5) { ["type"]=> string(10) "biginteger" ["null"]=> bool(false) ["default"]=> NULL ["length"]=> int(20) ["key"]=> string(7) "primary" } ["entity_guid"]=> array(5) { ["type"]=> string(10) "biginteger" ["null"]=> bool(false) ["default"]=> NULL ["length"]=> int(20) ["key"]=> string(5) "index" } ["metadata_group_id"]=> array(4) { ["type"]=> string(7) "integer" ["null"]=> bool(false) ["default"]=> NULL ["length"]=> int(11) } ["key"]=> array(7) { ["type"]=> string(6) "string" ["null"]=> bool(false) ["default"]=> NULL ["length"]=> int(50) ["key"]=> string(5) "index" ["collate"]=> string(15) "utf8_general_ci" ["charset"]=> string(4) "utf8" } ["value"]=> array(7) { ["type"]=> string(6) "string" ["null"]=> bool(false) ["default"]=> NULL ["length"]=> int(50) ["key"]=> string(5) "index" ["collate"]=> string(15) "utf8_general_ci" ["charset"]=> string(4) "utf8" } ["key_type"]=> array(6) { ["type"]=> string(25) "enum('int','text','guid')" ["null"]=> bool(false) ["default"]=> NULL ["length"]=> int(4) ["collate"]=> string(15) "utf8_general_ci" ["charset"]=> string(4) "utf8" } ["value_type"]=> array(6) { ["type"]=> string(25) "enum('int','text','guid')" ["null"]=> bool(false) ["default"]=> NULL ["length"]=> int(4) ["collate"]=> string(15) "utf8_general_ci" ["charset"]=> string(4) "utf8" } ["owner_guid"]=> array(5) { ["type"]=> string(10) "biginteger" ["null"]=> bool(false) ["default"]=> NULL ["length"]=> int(20) ["key"]=> string(5) "index" } ["access_id"]=> array(5) { ["type"]=> string(7) "integer" ["null"]=> bool(false) ["default"]=> NULL ["length"]=> int(11) ["key"]=> string(5) "index" } ["time_created"]=> array(4) { ["type"]=> string(8) "datetime" ["null"]=> bool(false) ["default"]=> NULL ["length"]=> NULL } ["enabled"]=> array(6) { ["type"]=> string(16) "enum('yes','no')" ["null"]=> bool(false) ["default"]=> string(3) "yes" ["length"]=> int(3) ["collate"]=> string(15) "utf8_general_ci" ["charset"]=> string(4) "utf8" } } ["validationErrors"]=> array(0) { } ["validationDomain"]=> NULL ["tablePrefix"]=> string(0) "" ["plugin"]=> NULL ["name"]=> string(8) "Metadata" ["alias"]=> string(8) "Metadata" ["tableToModel"]=> array(1) { ["metadata"]=> string(8) "Metadata" } ["cacheQueries"]=> bool(false) ["hasOne"]=> array(0) { } ["hasMany"]=> array(0) { } ["hasAndBelongsToMany"]=> array(0) { } ["actsAs"]=> NULL ["Behaviors"]=> object(BehaviorCollection)#108 (6) { ["modelName"]=> string(8) "Metadata" ["_methods":protected]=> array(0) { } ["_mappedMethods":protected]=> array(0) { } ["_enabled":protected]=> array(0) { } ["_loaded":protected]=> array(0) { } ["defaultPriority"]=> int(10) } ["whitelist"]=> array(0) { } ["cacheSources"]=> bool(true) ["findQueryType"]=> NULL ["recursive"]=> int(1) ["order"]=> NULL ["virtualFields"]=> array(0) { } ["_associationKeys":protected]=> array(4) { ["belongsTo"]=> array(6) { [0]=> string(9) "className" [1]=> string(10) "foreignKey" [2]=> string(10) "conditions" [3]=> string(6) "fields" [4]=> string(5) "order" [5]=> string(12) "counterCache" } ["hasOne"]=> array(6) { [0]=> string(9) "className" [1]=> string(10) "foreignKey" [2]=> string(10) "conditions" [3]=> string(6) "fields" [4]=> string(5) "order" [5]=> string(9) "dependent" } ["hasMany"]=> array(11) { [0]=> string(9) "className" [1]=> string(10) "foreignKey" [2]=> string(10) "conditions" [3]=> string(6) "fields" [4]=> string(5) "order" [5]=> string(5) "limit" [6]=> string(6) "offset" [7]=> string(9) "dependent" [8]=> string(9) "exclusive" [9]=> string(11) "finderQuery" [10]=> string(12) "counterQuery" } ["hasAndBelongsToMany"]=> array(12) { [0]=> string(9) "className" [1]=> string(9) "joinTable" [2]=> string(4) "with" [3]=> string(10) "foreignKey" [4]=> string(21) "associationForeignKey" [5]=> string(10) "conditions" [6]=> string(6) "fields" [7]=> string(5) "order" [8]=> string(5) "limit" [9]=> string(6) "offset" [10]=> string(6) "unique" [11]=> string(11) "finderQuery" } } ["_associations":protected]=> array(4) { [0]=> string(9) "belongsTo" [1]=> string(6) "hasOne" [2]=> string(7) "hasMany" [3]=> string(19) "hasAndBelongsToMany" } ["__backAssociation"]=> array(0) { } ["__backInnerAssociation"]=> array(0) { } ["__backOriginalAssociation"]=> array(0) { } ["__backContainableAssociation"]=> array(0) { } ["_insertID":protected]=> NULL ["_sourceConfigured":protected]=> bool(true) ["findMethods"]=> array(6) { ["all"]=> bool(true) ["first"]=> bool(true) ["count"]=> bool(true) ["neighbors"]=> bool(true) ["list"]=> bool(true) ["threaded"]=> bool(true) } ["_eventManager":protected]=> NULL ["_validator":protected]=> NULL } } ["AccessCollectionMembership"]=> object(AccessCollectionMembership)#101 (40) { ["useTable"]=> string(28) "access_collection_membership" ["primaryKey"]=> string(9) "user_guid" ["belongsTo"]=> array(2) { ["AccessCollection"]=> array(6) { ["className"]=> string(16) "AccessCollection" ["foreignKey"]=> string(20) "access_collection_id" ["conditions"]=> string(0) "" ["fields"]=> string(0) "" ["order"]=> string(0) "" ["counterCache"]=> string(0) "" } ["User"]=> array(6) { ["className"]=> string(11) "UsersEntity" ["foreignKey"]=> string(9) "user_guid" ["conditions"]=> string(0) "" ["fields"]=> string(0) "" ["order"]=> string(0) "" ["counterCache"]=> string(0) "" } } ["useDbConfig"]=> string(7) "default" ["id"]=> bool(false) ["data"]=> array(0) { } ["schemaName"]=> string(13) "therightplace" ["table"]=> string(28) "access_collection_membership" ["_schema":protected]=> array(2) { ["user_guid"]=> array(5) { ["type"]=> string(10) "biginteger" ["null"]=> bool(false) ["default"]=> NULL ["length"]=> int(20) ["key"]=> string(7) "primary" } ["access_collection_id"]=> array(5) { ["type"]=> string(10) "biginteger" ["null"]=> bool(false) ["default"]=> NULL ["length"]=> int(20) ["key"]=> string(7) "primary" } } ["validate"]=> array(0) { } ["validationErrors"]=> array(0) { } ["validationDomain"]=> NULL ["tablePrefix"]=> string(0) "" ["plugin"]=> NULL ["name"]=> string(26) "AccessCollectionMembership" ["alias"]=> string(26) "AccessCollectionMembership" ["tableToModel"]=> array(1) { ["access_collection_membership"]=> string(26) "AccessCollectionMembership" } ["cacheQueries"]=> bool(false) ["hasOne"]=> array(0) { } ["hasMany"]=> array(0) { } ["hasAndBelongsToMany"]=> array(0) { } ["actsAs"]=> NULL ["Behaviors"]=> object(BehaviorCollection)#109 (6) { ["modelName"]=> string(26) "AccessCollectionMembership" ["_methods":protected]=> array(0) { } ["_mappedMethods":protected]=> array(0) { } ["_enabled":protected]=> array(0) { } ["_loaded":protected]=> array(0) { } ["defaultPriority"]=> int(10) } ["whitelist"]=> array(0) { } ["cacheSources"]=> bool(true) ["findQueryType"]=> NULL ["recursive"]=> int(1) ["order"]=> NULL ["virtualFields"]=> array(0) { } ["_associationKeys":protected]=> array(4) { ["belongsTo"]=> array(6) { [0]=> string(9) "className" [1]=> string(10) "foreignKey" [2]=> string(10) "conditions" [3]=> string(6) "fields" [4]=> string(5) "order" [5]=> string(12) "counterCache" } ["hasOne"]=> array(6) { [0]=> string(9) "className" [1]=> string(10) "foreignKey" [2]=> string(10) "conditions" [3]=> string(6) "fields" [4]=> string(5) "order" [5]=> string(9) "dependent" } ["hasMany"]=> array(11) { [0]=> string(9) "className" [1]=> string(10) "foreignKey" [2]=> string(10) "conditions" [3]=> string(6) "fields" [4]=> string(5) "order" [5]=> string(5) "limit" [6]=> string(6) "offset" [7]=> string(9) "dependent" [8]=> string(9) "exclusive" [9]=> string(11) "finderQuery" [10]=> string(12) "counterQuery" } ["hasAndBelongsToMany"]=> array(12) { [0]=> string(9) "className" [1]=> string(9) "joinTable" [2]=> string(4) "with" [3]=> string(10) "foreignKey" [4]=> string(21) "associationForeignKey" [5]=> string(10) "conditions" [6]=> string(6) "fields" [7]=> string(5) "order" [8]=> string(5) "limit" [9]=> string(6) "offset" [10]=> string(6) "unique" [11]=> string(11) "finderQuery" } } ["_associations":protected]=> array(4) { [0]=> string(9) "belongsTo" [1]=> string(6) "hasOne" [2]=> string(7) "hasMany" [3]=> string(19) "hasAndBelongsToMany" } ["__backAssociation"]=> array(0) { } ["__backInnerAssociation"]=> array(0) { } ["__backOriginalAssociation"]=> array(0) { } ["__backContainableAssociation"]=> array(0) { } ["_insertID":protected]=> NULL ["_sourceConfigured":protected]=> bool(true) ["findMethods"]=> array(6) { ["all"]=> bool(true) ["first"]=> bool(true) ["count"]=> bool(true) ["neighbors"]=> bool(true) ["list"]=> bool(true) ["threaded"]=> bool(true) } ["_eventManager":protected]=> NULL ["_validator":protected]=> NULL } ["Metadata"]=> object(Metadata)#111 (40) { ["validate"]=> array(5) { ["metadata_group_id"]=> array(1) { ["numeric"]=> array(1) { ["rule"]=> array(1) { [0]=> string(7) "numeric" } } } ["key"]=> array(1) { ["notEmpty"]=> array(1) { ["rule"]=> array(1) { [0]=> string(8) "notEmpty" } } } ["value"]=> array(1) { ["notEmpty"]=> array(1) { ["rule"]=> array(1) { [0]=> string(8) "notEmpty" } } } ["access_id"]=> array(1) { ["numeric"]=> array(1) { ["rule"]=> array(1) { [0]=> string(7) "numeric" } } } ["time_created"]=> array(1) { ["datetime"]=> array(2) { ["rule"]=> array(1) { [0]=> string(8) "datetime" } ["on"]=> string(6) "create" } } } ["belongsTo"]=> array(2) { ["MetadataGroup"]=> array(6) { ["className"]=> string(13) "MetadataGroup" ["foreignKey"]=> string(17) "metadata_group_id" ["conditions"]=> string(0) "" ["fields"]=> string(0) "" ["order"]=> string(0) "" ["counterCache"]=> string(0) "" } ["Entity"]=> array(7) { ["className"]=> string(6) "Entity" ["foreignKey"]=> string(11) "entity_guid" ["associationForeignKey"]=> string(4) "guid" ["conditions"]=> string(0) "" ["fields"]=> string(0) "" ["order"]=> string(0) "" ["counterCache"]=> string(0) "" } } ["useDbConfig"]=> string(7) "default" ["useTable"]=> string(8) "metadata" ["id"]=> bool(false) ["data"]=> array(0) { } ["schemaName"]=> string(13) "therightplace" ["table"]=> string(8) "metadata" ["primaryKey"]=> string(2) "id" ["_schema":protected]=> array(11) { ["id"]=> array(5) { ["type"]=> string(10) "biginteger" ["null"]=> bool(false) ["default"]=> NULL ["length"]=> int(20) ["key"]=> string(7) "primary" } ["entity_guid"]=> array(5) { ["type"]=> string(10) "biginteger" ["null"]=> bool(false) ["default"]=> NULL ["length"]=> int(20) ["key"]=> string(5) "index" } ["metadata_group_id"]=> array(4) { ["type"]=> string(7) "integer" ["null"]=> bool(false) ["default"]=> NULL ["length"]=> int(11) } ["key"]=> array(7) { ["type"]=> string(6) "string" ["null"]=> bool(false) ["default"]=> NULL ["length"]=> int(50) ["key"]=> string(5) "index" ["collate"]=> string(15) "utf8_general_ci" ["charset"]=> string(4) "utf8" } ["value"]=> array(7) { ["type"]=> string(6) "string" ["null"]=> bool(false) ["default"]=> NULL ["length"]=> int(50) ["key"]=> string(5) "index" ["collate"]=> string(15) "utf8_general_ci" ["charset"]=> string(4) "utf8" } ["key_type"]=> array(6) { ["type"]=> string(25) "enum('int','text','guid')" ["null"]=> bool(false) ["default"]=> NULL ["length"]=> int(4) ["collate"]=> string(15) "utf8_general_ci" ["charset"]=> string(4) "utf8" } ["value_type"]=> array(6) { ["type"]=> string(25) "enum('int','text','guid')" ["null"]=> bool(false) ["default"]=> NULL ["length"]=> int(4) ["collate"]=> string(15) "utf8_general_ci" ["charset"]=> string(4) "utf8" } ["owner_guid"]=> array(5) { ["type"]=> string(10) "biginteger" ["null"]=> bool(false) ["default"]=> NULL ["length"]=> int(20) ["key"]=> string(5) "index" } ["access_id"]=> array(5) { ["type"]=> string(7) "integer" ["null"]=> bool(false) ["default"]=> NULL ["length"]=> int(11) ["key"]=> string(5) "index" } ["time_created"]=> array(4) { ["type"]=> string(8) "datetime" ["null"]=> bool(false) ["default"]=> NULL ["length"]=> NULL } ["enabled"]=> array(6) { ["type"]=> string(16) "enum('yes','no')" ["null"]=> bool(false) ["default"]=> string(3) "yes" ["length"]=> int(3) ["collate"]=> string(15) "utf8_general_ci" ["charset"]=> string(4) "utf8" } } ["validationErrors"]=> array(0) { } ["validationDomain"]=> NULL ["tablePrefix"]=> string(0) "" ["plugin"]=> NULL ["name"]=> string(8) "Metadata" ["alias"]=> string(8) "Metadata" ["tableToModel"]=> array(1) { ["metadata"]=> string(8) "Metadata" } ["cacheQueries"]=> bool(false) ["hasOne"]=> array(0) { } ["hasMany"]=> array(0) { } ["hasAndBelongsToMany"]=> array(0) { } ["actsAs"]=> NULL ["Behaviors"]=> object(BehaviorCollection)#108 (6) { ["modelName"]=> string(8) "Metadata" ["_methods":protected]=> array(0) { } ["_mappedMethods":protected]=> array(0) { } ["_enabled":protected]=> array(0) { } ["_loaded":protected]=> array(0) { } ["defaultPriority"]=> int(10) } ["whitelist"]=> array(0) { } ["cacheSources"]=> bool(true) ["findQueryType"]=> NULL ["recursive"]=> int(1) ["order"]=> NULL ["virtualFields"]=> array(0) { } ["_associationKeys":protected]=> array(4) { ["belongsTo"]=> array(6) { [0]=> string(9) "className" [1]=> string(10) "foreignKey" [2]=> string(10) "conditions" [3]=> string(6) "fields" [4]=> string(5) "order" [5]=> string(12) "counterCache" } ["hasOne"]=> array(6) { [0]=> string(9) "className" [1]=> string(10) "foreignKey" [2]=> string(10) "conditions" [3]=> string(6) "fields" [4]=> string(5) "order" [5]=> string(9) "dependent" } ["hasMany"]=> array(11) { [0]=> string(9) "className" [1]=> string(10) "foreignKey" [2]=> string(10) "conditions" [3]=> string(6) "fields" [4]=> string(5) "order" [5]=> string(5) "limit" [6]=> string(6) "offset" [7]=> string(9) "dependent" [8]=> string(9) "exclusive" [9]=> string(11) "finderQuery" [10]=> string(12) "counterQuery" } ["hasAndBelongsToMany"]=> array(12) { [0]=> string(9) "className" [1]=> string(9) "joinTable" [2]=> string(4) "with" [3]=> string(10) "foreignKey" [4]=> string(21) "associationForeignKey" [5]=> string(10) "conditions" [6]=> string(6) "fields" [7]=> string(5) "order" [8]=> string(5) "limit" [9]=> string(6) "offset" [10]=> string(6) "unique" [11]=> string(11) "finderQuery" } } ["_associations":protected]=> array(4) { [0]=> string(9) "belongsTo" [1]=> string(6) "hasOne" [2]=> string(7) "hasMany" [3]=> string(19) "hasAndBelongsToMany" } ["__backAssociation"]=> array(0) { } ["__backInnerAssociation"]=> array(0) { } ["__backOriginalAssociation"]=> array(0) { } ["__backContainableAssociation"]=> array(0) { } ["_insertID":protected]=> NULL ["_sourceConfigured":protected]=> bool(true) ["findMethods"]=> array(6) { ["all"]=> bool(true) ["first"]=> bool(true) ["count"]=> bool(true) ["neighbors"]=> bool(true) ["list"]=> bool(true) ["threaded"]=> bool(true) } ["_eventManager":protected]=> NULL ["_validator":protected]=> NULL } }
  2. Username
  3. Password
  4.  
  5. CakePHP
Advertisement
Add Comment
Please, Sign In to add comment