Created
December 31, 2013 12:53
-
-
Save kemo/8196358 to your computer and use it in GitHub Desktop.
3.4 ORM object dump - bs free!
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
object Model_User(16) { | |
protected _validation => NULL | |
protected _object => array(6) ( | |
"id" => string(1) "1" | |
"email" => string(23) "[email protected]" | |
"username" => string(4) "kemo" | |
"password" => string(64) "ab1bed09899950fe87a5d30495362b362398015b5d22d5e2ce4f781a7ef91bdd" | |
"logins" => string(2) "10" | |
"last_login" => string(10) "1388421310" | |
) | |
protected _changed => array(0) | |
protected _original_values => array(6) | |
protected _related => array(0) | |
protected _valid => bool TRUE | |
protected _loaded => bool TRUE | |
protected _saved => bool FALSE | |
protected _primary_key_value => string(1) "1" | |
protected _db_applied => array(0) | |
protected _db_pending => array(0) | |
protected _db_reset => bool TRUE | |
protected _db_builder => NULL | |
protected _with_applied => array(0) | |
protected _cast_data => array(0) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment