Skip to content

Instantly share code, notes, and snippets.

@crot4lus
Created November 6, 2014 20:27
Show Gist options
  • Save crot4lus/29868cc54a66189ffebc to your computer and use it in GitHub Desktop.
Save crot4lus/29868cc54a66189ffebc to your computer and use it in GitHub Desktop.
Array
(
[0] => Cake\ORM\Association\BelongsTo Object
(
[_name:protected] => UserLevels
[_className:protected] =>
[_foreignKey:protected] =>
[_conditions:protected] => Array
(
)
[_dependent:protected] =>
[_cascadeCallbacks:protected] =>
[_sourceTable:protected] => App\Model\Table\UsersTable Object
(
[table] => users
[alias] => users
[entityClass] => App\Model\Entity\User
[associations] => Array
(
[0] => userlevels
)
[behaviors] => Array
(
[0] => Timestamp
)
[defaultConnection] => default
[connectionName] => default
)
[_targetTable:protected] =>
[_joinType:protected] => LEFT
[_propertyName:protected] =>
[_strategy:protected] => join
[_finder:protected] => all
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment