Created
November 6, 2014 20:27
-
-
Save GlennTaylorDigital/29868cc54a66189ffebc to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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