Skip to content

Instantly share code, notes, and snippets.

@jgdovin
Created April 2, 2015 19:46
Show Gist options
  • Save jgdovin/6fe0a6dc26bca7d322fa to your computer and use it in GitHub Desktop.
Save jgdovin/6fe0a6dc26bca7d322fa to your computer and use it in GitHub Desktop.
array(2) {
[10]=>
object(Profile)#7 (4) {
["id":protected]=>
int(10)
["data":protected]=>
&array(5) {
["ID"]=>
string(2) "10"
["PROFILE"]=>
string(5) "admin"
["TITLE"]=>
string(20) "School Administrator"
["TYPE"]=>
NULL
["SUPER_PROFILE"]=>
NULL
}
["originalData":protected]=>
&array(5) {
["ID"]=>
string(2) "10"
["PROFILE"]=>
string(5) "admin"
["TITLE"]=>
string(20) "School Administrator"
["TYPE"]=>
NULL
["SUPER_PROFILE"]=>
NULL
}
["loaded":protected]=>
bool(true)
}
[3]=>
object(Profile)#8 (4) {
["id":protected]=>
int(3)
["data":protected]=>
&array(5) {
["ID"]=>
string(1) "3"
["PROFILE"]=>
string(5) "admin"
["TITLE"]=>
string(18) "Guidance Counselor"
["TYPE"]=>
NULL
["SUPER_PROFILE"]=>
NULL
}
["originalData":protected]=>
&array(5) {
["ID"]=>
string(1) "3"
["PROFILE"]=>
string(5) "admin"
["TITLE"]=>
string(18) "Guidance Counselor"
["TYPE"]=>
NULL
["SUPER_PROFILE"]=>
NULL
}
["loaded":protected]=>
bool(true)
}
}
string(2) "0,"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment