APPPATH/views/dog/view.php [ 473 ]
468 <?php
469 $message = Kohana::message("app_results", $lang.".required_attachment");
470 foreach ($dog->attachments->where('obj_type','=',Model_Dog::getClassId())->find_all() as $attachment): ?>
471 <tr>
472 <td>
473 <?= $message[$attachment->type] ?>
474 </td>
475
476 <td>
477 <?= View::factory('attachment/viewAttachment')
478 ->set('obj_id', $dog->id)
-
APPPATH/views/dog/view.php [ 473 ] » Kohana_Core::error_handler(arguments)
0
integer 8
1
string(17) "Undefined index: "
2
string(49) "/var/www/dogresult/application/views/dog/view.php"
3
integer 473
4
array(47) ( "kohana_view_filename" => string(49) "/var/www/dogresult/application/views/dog/view.php" "kohana_view_data" => array(33) ( "dog" => object Model_Dog(34)
{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => string(4) "5869" "name" => string(30) "ASK HER DANCE IN Extreme speed" "call_name" => string(2) "Iv" "description" => string(0) "" "birthdate" => string(10) "2016-03-30" "father_id" => string(4) "5862" "mother_id" => string(1) "0" "breed_id" => string(3) "297" "owner_id" => string(3) "773" "owner" => NULL "kennel_id" => string(1) "0" "handler" => NULL "user_id" => string(6) "200073" "gender" => string(1) "f" "regId" => string(12) "JR 70203 Boc" "color" => string(0) "" "visit" => NULL "listed" => string(3) "all" "created" => string(19) "2017-12-01 14:23:02" "updated" => string(19) "2017-12-01 14:41:56" "deleted" => NULL "protected" => string(1) "1" "spayed" => string(1) "0" "date_of_spay" => NULL "date_of_death" => NULL "rescue" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(26) ( "id" => string(4) "5869" "name" => string(30) "ASK HER DANCE IN Extreme speed" "call_name" => string(2) "Iv" "description" => string(0) "" "birthdate" => string(10) "2016-03-30" "father_id" => string(4) "5862" "mother_id" => string(1) "0" "breed_id" => string(3) "297" "owner_id" => string(3) "773" "owner" => NULL "kennel_id" => string(1) "0" "handler" => NULL "user_id" => string(6) "200073" "gender" => string(1) "f" "regId" => string(12) "JR 70203 Boc" "color" => string(0) "" "visit" => NULL "listed" => string(3) "all" "created" => string(19) "2017-12-01 14:23:02" "updated" => string(19) "2017-12-01 14:41:56" "deleted" => NULL "protected" => string(1) "1" "spayed" => string(1) "0" "date_of_spay" => NULL "date_of_death" => NULL "rescue" => string(1) "0" ) protected _related => array(5) ( "dogDetail" => object Model_DogDetail(34)
"levels" => NULL "sports" => array(6) ( "a" => string(7) "Agility" "o" => string(9) "Obedience" "h" => string(7) "Hoopers" "w" => string(11) "Working-dog" "f" => string(7) "Frisbee" "d" => string(12) "Kiállítás" ) "gender_sel" => string(5) "szuka" "colour_decode" => string(5) "Barna" "agilityClass" => string(2) "A1" "showResultsStr" => string(0) "" "litter" => object Model_Litter(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => string(4) "5869" "colour_id" => string(1) "2" "withers_height" => NULL "weight" => NULL "description" => string(0) "" "agilityworkbook_id" => string(2) "98" "chipnumber" => string(15) "941000018611317" "heightmeasuredate" => NULL "agilitysizecategory" => string(1) "L" "placeofmeasuring" => string(0) "" "measuringjudgename" => string(0) "" "agilityclass" => string(2) "A1" "a2stampdate" => NULL "a2signername" => string(0) "" "a2countedinresults" => string(0) "" "a3stampdate" => NULL "a3signername" => string(0) "" "a3countedinresults" => string(0) "" "firsta0date" => NULL "asbapproved" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(20) ( "dog_id" => string(4) "5869" "colour_id" => string(1) "2" "withers_height" => NULL "weight" => NULL "description" => string(0) "" "agilityworkbook_id" => string(2) "98" "chipnumber" => string(15) "941000018611317" "heightmeasuredate" => NULL "agilitysizecategory" => string(1) "L" "placeofmeasuring" => string(0) "" "measuringjudgename" => string(0) "" "agilityclass" => string(2) "A1" "a2stampdate" => NULL "a2signername" => string(0) "" "a2countedinresults" => string(0) "" "a3stampdate" => NULL "a3signername" => string(0) "" "a3countedinresults" => string(0) "" "firsta0date" => NULL "asbapproved" => string(1) "0" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => string(4) "5869" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"breed" => object Model_Breed(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(7) ( "id" => string(3) "297" "original_name" => string(13) "Border Collie" "hu_name" => string(13) "Border collie" "hu_description" => NULL "en_name" => string(13) "Border Collie" "en_description" => string(0) "" "parent_breed_id" => NULL ) protected _changed => array(0) protected _original_values => array(7) ( "id" => string(3) "297" "original_name" => string(13) "Border Collie" "hu_name" => string(13) "Border collie" "hu_description" => NULL "en_name" => string(13) "Border Collie" "en_description" => string(0) "" "parent_breed_id" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "breed" protected _object_plural => string(6) "breeds" protected _table_name => string(6) "breeds" protected _table_columns => array(7) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "original_name" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "original_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hu_name" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "hu_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hu_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "hu_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "en_name" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "en_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "en_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "en_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "parent_breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "parent_breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "297" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"father" => object Model_Dog(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(5) "breed" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"mother" => object Model_Dog(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"dog_owner" => object Model_Owner(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(3) ( "primary_user" => array(2) ( "foreign_key" => string(15) "primary_user_id" "model" => string(4) "User" ) "defbreed" => array(2) ( "foreign_key" => string(11) "defbreed_id" "model" => string(5) "Breed" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) ) protected _has_many => array(5) ( "kennels" => array(4) ( "foreign_key" => string(8) "owner_id" "through" => NULL "far_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "coOwnedKennels" => array(4) ( "foreign_key" => string(10) "coowner_id" "through" => NULL "far_key" => string(16) "coownedkennel_id" "model" => string(6) "Kennel" ) "dogs" => array(4) ( "foreign_key" => string(8) "owner_id" "through" => NULL "far_key" => string(6) "dog_id" "model" => string(3) "Dog" ) "entries" => array(4) ( "foreign_key" => string(10) "handler_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(41) ( "id" => string(3) "773" "name" => string(14) "Natalija Celic" "email" => string(20) "naca.celic@gmail.com" "email_public" => string(1) "1" "country" => string(6) "Serbia" "country_public" => string(1) "0" "city" => string(8) "Belgrade" "city_public" => string(1) "1" "address" => string(11) "Resavska 84" "address_public" => string(1) "0" "phone" => string(13) "+381637853123" "phone_public" => string(1) "1" "name_public" => string(1) "1" "primary_user_id" => string(6) "200073" "protected" => string(1) "1" "user_id" => string(6) "200073" "updated" => string(19) "2018-01-14 15:09:28" "created" => string(19) "2017-12-01 14:15:58" "meoecard_id" => string(0) "" "meoecardvalidyear" => string(1) "0" "meoecardissuer" => string(0) "" "birthdate" => NULL "birthdate_public" => string(1) "0" "agilityteam" => string(0) "" "defbreed_id" => string(3) "297" "webpage" => string(0) "" "postcode" => string(5) "11000" "postcode_public" => string(1) "0" "postcode_letter" => string(0) "" "country_letter" => string(0) "" "city_letter" => string(0) "" "address_letter" => string(0) "" "letter_address_public" => string(1) "0" "asbapproved" => string(1) "0" "meoeemail" => NULL "meoename" => NULL "meoenamehash" => NULL "meoeemailhash" => NULL "meoecard_id_latest" => NULL "meoecardvalidyear_latest" => NULL "meoecardissuer_latest" => NULL ) protected _changed => array(0) protected _original_values => array(41) ( "id" => string(3) "773" "name" => string(14) "Natalija Celic" "email" => string(20) "naca.celic@gmail.com" "email_public" => string(1) "1" "country" => string(6) "Serbia" "country_public" => string(1) "0" "city" => string(8) "Belgrade" "city_public" => string(1) "1" "address" => string(11) "Resavska 84" "address_public" => string(1) "0" "phone" => string(13) "+381637853123" "phone_public" => string(1) "1" "name_public" => string(1) "1" "primary_user_id" => string(6) "200073" "protected" => string(1) "1" "user_id" => string(6) "200073" "updated" => string(19) "2018-01-14 15:09:28" "created" => string(19) "2017-12-01 14:15:58" "meoecard_id" => string(0) "" "meoecardvalidyear" => string(1) "0" "meoecardissuer" => string(0) "" "birthdate" => NULL "birthdate_public" => string(1) "0" "agilityteam" => string(0) "" "defbreed_id" => string(3) "297" "webpage" => string(0) "" "postcode" => string(5) "11000" "postcode_public" => string(1) "0" "postcode_letter" => string(0) "" "country_letter" => string(0) "" "city_letter" => string(0) "" "address_letter" => string(0) "" "letter_address_public" => string(1) "0" "asbapproved" => string(1) "0" "meoeemail" => NULL "meoename" => NULL "meoenamehash" => NULL "meoeemailhash" => NULL "meoecard_id_latest" => NULL "meoecardvalidyear_latest" => NULL "meoecardissuer_latest" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "owner" protected _object_plural => string(6) "owners" protected _table_name => string(6) "owners" protected _table_columns => array(41) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "email" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "email_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "country" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "country_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "city" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "city_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "address" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "address_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "phone" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "phone_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "name_public" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "primary_user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "primary_user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecard_id" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "meoecard_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardvalidyear" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(17) "meoecardvalidyear" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardissuer" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "meoecardissuer" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(16) "birthdate_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityteam" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "agilityteam" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "defbreed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "defbreed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "webpage" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "webpage" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "postcode" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(2) "10" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "postcode_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 28 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "postcode_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(2) "10" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "country_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "city_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 31 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "address_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 32 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "letter_address_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(21) "letter_address_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 33 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 34 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoeemail" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "meoeemail" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 35 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoename" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "meoename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 36 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoenamehash" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "meoenamehash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 37 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoeemailhash" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "meoeemailhash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 38 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecard_id_latest" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "meoecard_id_latest" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 39 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardvalidyear_latest" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(24) "meoecardvalidyear_latest" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 40 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardissuer_latest" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "meoecardissuer_latest" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 41 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "773" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(4) "5869" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(5) "owner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(3) ( "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) ) protected _has_many => array(1) ( "photos" => array(4) ( "foreign_key" => string(9) "object_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) ) protected _table_name => string(7) "litters" protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(12) ( "id" => NULL "father_id" => NULL "mother_id" => NULL "kennel_id" => NULL "mating_date" => NULL "date_of_birth" => NULL "littername" => NULL "user_id" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(6) "litter" protected _object_plural => string(7) "litters" protected _table_columns => array(12) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "mating_date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "mating_date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_birth" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_birth" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "littername" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "littername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"litters" => object View(2){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(6) "litter" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _file => string(51) "/var/www/dogresult/application/views/dog/litter.php" protected _data => array(2) ( "litters" => object Database_MySQLi_Result(7)
"dogShowResults" => object View(2){ protected _internal_row => integer 0 protected _query => string(511) "SELECT `litter`.`id` AS `id`, `litter`.`father_id` AS `father_id`, `litter`.`mother_id` AS `mother_id`, `litter`.`kennel_id` AS …" protected _result => object mysqli_result(5)
"__" => object Closure(1){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }
protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(12) "Model_Litter" protected _object_params => NULL }{ public 0 => object Closure(1) { *RECURSION* } }
) }{ protected _file => string(70) "/var/www/dogresult/application/views/results/view_showResList.mustache" protected _data => array(2) ( "results" => array(0) "__" => object Closure(1)
"dogShowTitles" => object View(2){ public 0 => object Closure(1) { *RECURSION* } }
) }{ protected _file => string(72) "/var/www/dogresult/application/views/results/view_showTitleList.mustache" protected _data => array(3) ( "results" => array(0) "dog" => object Model_Dog(34)
"dogWorkingResults" => object View(2){ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => string(4) "5869" "name" => string(30) "ASK HER DANCE IN Extreme speed" "call_name" => string(2) "Iv" "description" => string(0) "" "birthdate" => string(10) "2016-03-30" "father_id" => string(4) "5862" "mother_id" => string(1) "0" "breed_id" => string(3) "297" "owner_id" => string(3) "773" "owner" => NULL "kennel_id" => string(1) "0" "handler" => NULL "user_id" => string(6) "200073" "gender" => string(1) "f" "regId" => string(12) "JR 70203 Boc" "color" => string(0) "" "visit" => NULL "listed" => string(3) "all" "created" => string(19) "2017-12-01 14:23:02" "updated" => string(19) "2017-12-01 14:41:56" "deleted" => NULL "protected" => string(1) "1" "spayed" => string(1) "0" "date_of_spay" => NULL "date_of_death" => NULL "rescue" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(26) ( "id" => string(4) "5869" "name" => string(30) "ASK HER DANCE IN Extreme speed" "call_name" => string(2) "Iv" "description" => string(0) "" "birthdate" => string(10) "2016-03-30" "father_id" => string(4) "5862" "mother_id" => string(1) "0" "breed_id" => string(3) "297" "owner_id" => string(3) "773" "owner" => NULL "kennel_id" => string(1) "0" "handler" => NULL "user_id" => string(6) "200073" "gender" => string(1) "f" "regId" => string(12) "JR 70203 Boc" "color" => string(0) "" "visit" => NULL "listed" => string(3) "all" "created" => string(19) "2017-12-01 14:23:02" "updated" => string(19) "2017-12-01 14:41:56" "deleted" => NULL "protected" => string(1) "1" "spayed" => string(1) "0" "date_of_spay" => NULL "date_of_death" => NULL "rescue" => string(1) "0" ) protected _related => array(5) ( "dogDetail" => object Model_DogDetail(34)
"__" => object Closure(1){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => string(4) "5869" "colour_id" => string(1) "2" "withers_height" => NULL "weight" => NULL "description" => string(0) "" "agilityworkbook_id" => string(2) "98" "chipnumber" => string(15) "941000018611317" "heightmeasuredate" => NULL "agilitysizecategory" => string(1) "L" "placeofmeasuring" => string(0) "" "measuringjudgename" => string(0) "" "agilityclass" => string(2) "A1" "a2stampdate" => NULL "a2signername" => string(0) "" "a2countedinresults" => string(0) "" "a3stampdate" => NULL "a3signername" => string(0) "" "a3countedinresults" => string(0) "" "firsta0date" => NULL "asbapproved" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(20) ( "dog_id" => string(4) "5869" "colour_id" => string(1) "2" "withers_height" => NULL "weight" => NULL "description" => string(0) "" "agilityworkbook_id" => string(2) "98" "chipnumber" => string(15) "941000018611317" "heightmeasuredate" => NULL "agilitysizecategory" => string(1) "L" "placeofmeasuring" => string(0) "" "measuringjudgename" => string(0) "" "agilityclass" => string(2) "A1" "a2stampdate" => NULL "a2signername" => string(0) "" "a2countedinresults" => string(0) "" "a3stampdate" => NULL "a3signername" => string(0) "" "a3countedinresults" => string(0) "" "firsta0date" => NULL "asbapproved" => string(1) "0" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => string(4) "5869" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"breed" => object Model_Breed(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(7) ( "id" => string(3) "297" "original_name" => string(13) "Border Collie" "hu_name" => string(13) "Border collie" "hu_description" => NULL "en_name" => string(13) "Border Collie" "en_description" => string(0) "" "parent_breed_id" => NULL ) protected _changed => array(0) protected _original_values => array(7) ( "id" => string(3) "297" "original_name" => string(13) "Border Collie" "hu_name" => string(13) "Border collie" "hu_description" => NULL "en_name" => string(13) "Border Collie" "en_description" => string(0) "" "parent_breed_id" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "breed" protected _object_plural => string(6) "breeds" protected _table_name => string(6) "breeds" protected _table_columns => array(7) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "original_name" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "original_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hu_name" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "hu_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hu_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "hu_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "en_name" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "en_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "en_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "en_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "parent_breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "parent_breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "297" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"father" => object Model_Dog(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(5) "breed" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"mother" => object Model_Dog(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"dog_owner" => object Model_Owner(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(3) ( "primary_user" => array(2) ( "foreign_key" => string(15) "primary_user_id" "model" => string(4) "User" ) "defbreed" => array(2) ( "foreign_key" => string(11) "defbreed_id" "model" => string(5) "Breed" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) ) protected _has_many => array(5) ( "kennels" => array(4) ( "foreign_key" => string(8) "owner_id" "through" => NULL "far_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "coOwnedKennels" => array(4) ( "foreign_key" => string(10) "coowner_id" "through" => NULL "far_key" => string(16) "coownedkennel_id" "model" => string(6) "Kennel" ) "dogs" => array(4) ( "foreign_key" => string(8) "owner_id" "through" => NULL "far_key" => string(6) "dog_id" "model" => string(3) "Dog" ) "entries" => array(4) ( "foreign_key" => string(10) "handler_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(41) ( "id" => string(3) "773" "name" => string(14) "Natalija Celic" "email" => string(20) "naca.celic@gmail.com" "email_public" => string(1) "1" "country" => string(6) "Serbia" "country_public" => string(1) "0" "city" => string(8) "Belgrade" "city_public" => string(1) "1" "address" => string(11) "Resavska 84" "address_public" => string(1) "0" "phone" => string(13) "+381637853123" "phone_public" => string(1) "1" "name_public" => string(1) "1" "primary_user_id" => string(6) "200073" "protected" => string(1) "1" "user_id" => string(6) "200073" "updated" => string(19) "2018-01-14 15:09:28" "created" => string(19) "2017-12-01 14:15:58" "meoecard_id" => string(0) "" "meoecardvalidyear" => string(1) "0" "meoecardissuer" => string(0) "" "birthdate" => NULL "birthdate_public" => string(1) "0" "agilityteam" => string(0) "" "defbreed_id" => string(3) "297" "webpage" => string(0) "" "postcode" => string(5) "11000" "postcode_public" => string(1) "0" "postcode_letter" => string(0) "" "country_letter" => string(0) "" "city_letter" => string(0) "" "address_letter" => string(0) "" "letter_address_public" => string(1) "0" "asbapproved" => string(1) "0" "meoeemail" => NULL "meoename" => NULL "meoenamehash" => NULL "meoeemailhash" => NULL "meoecard_id_latest" => NULL "meoecardvalidyear_latest" => NULL "meoecardissuer_latest" => NULL ) protected _changed => array(0) protected _original_values => array(41) ( "id" => string(3) "773" "name" => string(14) "Natalija Celic" "email" => string(20) "naca.celic@gmail.com" "email_public" => string(1) "1" "country" => string(6) "Serbia" "country_public" => string(1) "0" "city" => string(8) "Belgrade" "city_public" => string(1) "1" "address" => string(11) "Resavska 84" "address_public" => string(1) "0" "phone" => string(13) "+381637853123" "phone_public" => string(1) "1" "name_public" => string(1) "1" "primary_user_id" => string(6) "200073" "protected" => string(1) "1" "user_id" => string(6) "200073" "updated" => string(19) "2018-01-14 15:09:28" "created" => string(19) "2017-12-01 14:15:58" "meoecard_id" => string(0) "" "meoecardvalidyear" => string(1) "0" "meoecardissuer" => string(0) "" "birthdate" => NULL "birthdate_public" => string(1) "0" "agilityteam" => string(0) "" "defbreed_id" => string(3) "297" "webpage" => string(0) "" "postcode" => string(5) "11000" "postcode_public" => string(1) "0" "postcode_letter" => string(0) "" "country_letter" => string(0) "" "city_letter" => string(0) "" "address_letter" => string(0) "" "letter_address_public" => string(1) "0" "asbapproved" => string(1) "0" "meoeemail" => NULL "meoename" => NULL "meoenamehash" => NULL "meoeemailhash" => NULL "meoecard_id_latest" => NULL "meoecardvalidyear_latest" => NULL "meoecardissuer_latest" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "owner" protected _object_plural => string(6) "owners" protected _table_name => string(6) "owners" protected _table_columns => array(41) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "email" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "email_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "country" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "country_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "city" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "city_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "address" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "address_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "phone" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "phone_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "name_public" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "primary_user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "primary_user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecard_id" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "meoecard_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardvalidyear" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(17) "meoecardvalidyear" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardissuer" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "meoecardissuer" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(16) "birthdate_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityteam" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "agilityteam" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "defbreed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "defbreed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "webpage" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "webpage" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "postcode" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(2) "10" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "postcode_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 28 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "postcode_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(2) "10" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "country_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "city_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 31 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "address_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 32 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "letter_address_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(21) "letter_address_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 33 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 34 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoeemail" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "meoeemail" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 35 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoename" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "meoename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 36 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoenamehash" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "meoenamehash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 37 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoeemailhash" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "meoeemailhash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 38 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecard_id_latest" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "meoecard_id_latest" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 39 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardvalidyear_latest" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(24) "meoecardvalidyear_latest" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 40 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardissuer_latest" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "meoecardissuer_latest" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 41 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "773" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(4) "5869" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(5) "owner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ public 0 => object Closure(1) { *RECURSION* } }
) }{ protected _file => string(70) "/var/www/dogresult/application/views/results/view_workingList.mustache" protected _data => array(3) ( "results" => array(0) "hasEditingPermission" => bool FALSE "__" => object Closure(1)
"dogHealthTestResults" => object View(2){ public 0 => object Closure(1) { *RECURSION* } }
) }{ protected _file => string(70) "/var/www/dogresult/application/views/results/view_hipTestList.mustache" protected _data => array(3) ( "results" => array(0) "dog" => object Model_Dog(34)
"suitabilityTests" => object View(2){ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => string(4) "5869" "name" => string(30) "ASK HER DANCE IN Extreme speed" "call_name" => string(2) "Iv" "description" => string(0) "" "birthdate" => string(10) "2016-03-30" "father_id" => string(4) "5862" "mother_id" => string(1) "0" "breed_id" => string(3) "297" "owner_id" => string(3) "773" "owner" => NULL "kennel_id" => string(1) "0" "handler" => NULL "user_id" => string(6) "200073" "gender" => string(1) "f" "regId" => string(12) "JR 70203 Boc" "color" => string(0) "" "visit" => NULL "listed" => string(3) "all" "created" => string(19) "2017-12-01 14:23:02" "updated" => string(19) "2017-12-01 14:41:56" "deleted" => NULL "protected" => string(1) "1" "spayed" => string(1) "0" "date_of_spay" => NULL "date_of_death" => NULL "rescue" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(26) ( "id" => string(4) "5869" "name" => string(30) "ASK HER DANCE IN Extreme speed" "call_name" => string(2) "Iv" "description" => string(0) "" "birthdate" => string(10) "2016-03-30" "father_id" => string(4) "5862" "mother_id" => string(1) "0" "breed_id" => string(3) "297" "owner_id" => string(3) "773" "owner" => NULL "kennel_id" => string(1) "0" "handler" => NULL "user_id" => string(6) "200073" "gender" => string(1) "f" "regId" => string(12) "JR 70203 Boc" "color" => string(0) "" "visit" => NULL "listed" => string(3) "all" "created" => string(19) "2017-12-01 14:23:02" "updated" => string(19) "2017-12-01 14:41:56" "deleted" => NULL "protected" => string(1) "1" "spayed" => string(1) "0" "date_of_spay" => NULL "date_of_death" => NULL "rescue" => string(1) "0" ) protected _related => array(5) ( "dogDetail" => object Model_DogDetail(34)
"__" => object Closure(1){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => string(4) "5869" "colour_id" => string(1) "2" "withers_height" => NULL "weight" => NULL "description" => string(0) "" "agilityworkbook_id" => string(2) "98" "chipnumber" => string(15) "941000018611317" "heightmeasuredate" => NULL "agilitysizecategory" => string(1) "L" "placeofmeasuring" => string(0) "" "measuringjudgename" => string(0) "" "agilityclass" => string(2) "A1" "a2stampdate" => NULL "a2signername" => string(0) "" "a2countedinresults" => string(0) "" "a3stampdate" => NULL "a3signername" => string(0) "" "a3countedinresults" => string(0) "" "firsta0date" => NULL "asbapproved" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(20) ( "dog_id" => string(4) "5869" "colour_id" => string(1) "2" "withers_height" => NULL "weight" => NULL "description" => string(0) "" "agilityworkbook_id" => string(2) "98" "chipnumber" => string(15) "941000018611317" "heightmeasuredate" => NULL "agilitysizecategory" => string(1) "L" "placeofmeasuring" => string(0) "" "measuringjudgename" => string(0) "" "agilityclass" => string(2) "A1" "a2stampdate" => NULL "a2signername" => string(0) "" "a2countedinresults" => string(0) "" "a3stampdate" => NULL "a3signername" => string(0) "" "a3countedinresults" => string(0) "" "firsta0date" => NULL "asbapproved" => string(1) "0" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => string(4) "5869" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"breed" => object Model_Breed(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(7) ( "id" => string(3) "297" "original_name" => string(13) "Border Collie" "hu_name" => string(13) "Border collie" "hu_description" => NULL "en_name" => string(13) "Border Collie" "en_description" => string(0) "" "parent_breed_id" => NULL ) protected _changed => array(0) protected _original_values => array(7) ( "id" => string(3) "297" "original_name" => string(13) "Border Collie" "hu_name" => string(13) "Border collie" "hu_description" => NULL "en_name" => string(13) "Border Collie" "en_description" => string(0) "" "parent_breed_id" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "breed" protected _object_plural => string(6) "breeds" protected _table_name => string(6) "breeds" protected _table_columns => array(7) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "original_name" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "original_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hu_name" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "hu_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hu_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "hu_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "en_name" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "en_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "en_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "en_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "parent_breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "parent_breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "297" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"father" => object Model_Dog(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(5) "breed" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"mother" => object Model_Dog(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"dog_owner" => object Model_Owner(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(3) ( "primary_user" => array(2) ( "foreign_key" => string(15) "primary_user_id" "model" => string(4) "User" ) "defbreed" => array(2) ( "foreign_key" => string(11) "defbreed_id" "model" => string(5) "Breed" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) ) protected _has_many => array(5) ( "kennels" => array(4) ( "foreign_key" => string(8) "owner_id" "through" => NULL "far_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "coOwnedKennels" => array(4) ( "foreign_key" => string(10) "coowner_id" "through" => NULL "far_key" => string(16) "coownedkennel_id" "model" => string(6) "Kennel" ) "dogs" => array(4) ( "foreign_key" => string(8) "owner_id" "through" => NULL "far_key" => string(6) "dog_id" "model" => string(3) "Dog" ) "entries" => array(4) ( "foreign_key" => string(10) "handler_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(41) ( "id" => string(3) "773" "name" => string(14) "Natalija Celic" "email" => string(20) "naca.celic@gmail.com" "email_public" => string(1) "1" "country" => string(6) "Serbia" "country_public" => string(1) "0" "city" => string(8) "Belgrade" "city_public" => string(1) "1" "address" => string(11) "Resavska 84" "address_public" => string(1) "0" "phone" => string(13) "+381637853123" "phone_public" => string(1) "1" "name_public" => string(1) "1" "primary_user_id" => string(6) "200073" "protected" => string(1) "1" "user_id" => string(6) "200073" "updated" => string(19) "2018-01-14 15:09:28" "created" => string(19) "2017-12-01 14:15:58" "meoecard_id" => string(0) "" "meoecardvalidyear" => string(1) "0" "meoecardissuer" => string(0) "" "birthdate" => NULL "birthdate_public" => string(1) "0" "agilityteam" => string(0) "" "defbreed_id" => string(3) "297" "webpage" => string(0) "" "postcode" => string(5) "11000" "postcode_public" => string(1) "0" "postcode_letter" => string(0) "" "country_letter" => string(0) "" "city_letter" => string(0) "" "address_letter" => string(0) "" "letter_address_public" => string(1) "0" "asbapproved" => string(1) "0" "meoeemail" => NULL "meoename" => NULL "meoenamehash" => NULL "meoeemailhash" => NULL "meoecard_id_latest" => NULL "meoecardvalidyear_latest" => NULL "meoecardissuer_latest" => NULL ) protected _changed => array(0) protected _original_values => array(41) ( "id" => string(3) "773" "name" => string(14) "Natalija Celic" "email" => string(20) "naca.celic@gmail.com" "email_public" => string(1) "1" "country" => string(6) "Serbia" "country_public" => string(1) "0" "city" => string(8) "Belgrade" "city_public" => string(1) "1" "address" => string(11) "Resavska 84" "address_public" => string(1) "0" "phone" => string(13) "+381637853123" "phone_public" => string(1) "1" "name_public" => string(1) "1" "primary_user_id" => string(6) "200073" "protected" => string(1) "1" "user_id" => string(6) "200073" "updated" => string(19) "2018-01-14 15:09:28" "created" => string(19) "2017-12-01 14:15:58" "meoecard_id" => string(0) "" "meoecardvalidyear" => string(1) "0" "meoecardissuer" => string(0) "" "birthdate" => NULL "birthdate_public" => string(1) "0" "agilityteam" => string(0) "" "defbreed_id" => string(3) "297" "webpage" => string(0) "" "postcode" => string(5) "11000" "postcode_public" => string(1) "0" "postcode_letter" => string(0) "" "country_letter" => string(0) "" "city_letter" => string(0) "" "address_letter" => string(0) "" "letter_address_public" => string(1) "0" "asbapproved" => string(1) "0" "meoeemail" => NULL "meoename" => NULL "meoenamehash" => NULL "meoeemailhash" => NULL "meoecard_id_latest" => NULL "meoecardvalidyear_latest" => NULL "meoecardissuer_latest" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "owner" protected _object_plural => string(6) "owners" protected _table_name => string(6) "owners" protected _table_columns => array(41) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "email" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "email_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "country" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "country_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "city" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "city_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "address" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "address_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "phone" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "phone_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "name_public" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "primary_user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "primary_user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecard_id" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "meoecard_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardvalidyear" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(17) "meoecardvalidyear" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardissuer" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "meoecardissuer" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(16) "birthdate_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityteam" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "agilityteam" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "defbreed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "defbreed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "webpage" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "webpage" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "postcode" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(2) "10" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "postcode_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 28 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "postcode_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(2) "10" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "country_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "city_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 31 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "address_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 32 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "letter_address_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(21) "letter_address_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 33 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 34 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoeemail" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "meoeemail" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 35 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoename" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "meoename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 36 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoenamehash" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "meoenamehash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 37 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoeemailhash" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "meoeemailhash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 38 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecard_id_latest" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "meoecard_id_latest" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 39 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardvalidyear_latest" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(24) "meoecardvalidyear_latest" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 40 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardissuer_latest" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "meoecardissuer_latest" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 41 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "773" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(4) "5869" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(5) "owner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ public 0 => object Closure(1) { *RECURSION* } }
) }{ protected _file => string(71) "/var/www/dogresult/application/views/results/view_suitableList.mustache" protected _data => array(2) ( "suitableTests" => array(0) "__" => object Closure(1)
"hipTestId" => NULL "patellaId" => NULL "elbowTestId" => NULL "shoulderTestId" => NULL "chart" => object View(2){ public 0 => object Closure(1) { *RECURSION* } }
) }{ protected _file => string(55) "/var/www/dogresult/application/views/dog/chart.mustache" protected _data => array(30) ( "root" => object Model_Dog(34)
"owner" => object View(2){ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => string(4) "5869" "name" => string(30) "ASK HER DANCE IN Extreme speed" "call_name" => string(2) "Iv" "description" => string(0) "" "birthdate" => string(10) "2016-03-30" "father_id" => string(4) "5862" "mother_id" => string(1) "0" "breed_id" => string(3) "297" "owner_id" => string(3) "773" "owner" => NULL "kennel_id" => string(1) "0" "handler" => NULL "user_id" => string(6) "200073" "gender" => string(1) "f" "regId" => string(12) "JR 70203 Boc" "color" => string(0) "" "visit" => NULL "listed" => string(3) "all" "created" => string(19) "2017-12-01 14:23:02" "updated" => string(19) "2017-12-01 14:41:56" "deleted" => NULL "protected" => string(1) "1" "spayed" => string(1) "0" "date_of_spay" => NULL "date_of_death" => NULL "rescue" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(26) ( "id" => string(4) "5869" "name" => string(30) "ASK HER DANCE IN Extreme speed" "call_name" => string(2) "Iv" "description" => string(0) "" "birthdate" => string(10) "2016-03-30" "father_id" => string(4) "5862" "mother_id" => string(1) "0" "breed_id" => string(3) "297" "owner_id" => string(3) "773" "owner" => NULL "kennel_id" => string(1) "0" "handler" => NULL "user_id" => string(6) "200073" "gender" => string(1) "f" "regId" => string(12) "JR 70203 Boc" "color" => string(0) "" "visit" => NULL "listed" => string(3) "all" "created" => string(19) "2017-12-01 14:23:02" "updated" => string(19) "2017-12-01 14:41:56" "deleted" => NULL "protected" => string(1) "1" "spayed" => string(1) "0" "date_of_spay" => NULL "date_of_death" => NULL "rescue" => string(1) "0" ) protected _related => array(5) ( "dogDetail" => object Model_DogDetail(34)
"f" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => string(4) "5869" "colour_id" => string(1) "2" "withers_height" => NULL "weight" => NULL "description" => string(0) "" "agilityworkbook_id" => string(2) "98" "chipnumber" => string(15) "941000018611317" "heightmeasuredate" => NULL "agilitysizecategory" => string(1) "L" "placeofmeasuring" => string(0) "" "measuringjudgename" => string(0) "" "agilityclass" => string(2) "A1" "a2stampdate" => NULL "a2signername" => string(0) "" "a2countedinresults" => string(0) "" "a3stampdate" => NULL "a3signername" => string(0) "" "a3countedinresults" => string(0) "" "firsta0date" => NULL "asbapproved" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(20) ( "dog_id" => string(4) "5869" "colour_id" => string(1) "2" "withers_height" => NULL "weight" => NULL "description" => string(0) "" "agilityworkbook_id" => string(2) "98" "chipnumber" => string(15) "941000018611317" "heightmeasuredate" => NULL "agilitysizecategory" => string(1) "L" "placeofmeasuring" => string(0) "" "measuringjudgename" => string(0) "" "agilityclass" => string(2) "A1" "a2stampdate" => NULL "a2signername" => string(0) "" "a2countedinresults" => string(0) "" "a3stampdate" => NULL "a3signername" => string(0) "" "a3countedinresults" => string(0) "" "firsta0date" => NULL "asbapproved" => string(1) "0" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => string(4) "5869" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"breed" => object Model_Breed(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(7) ( "id" => string(3) "297" "original_name" => string(13) "Border Collie" "hu_name" => string(13) "Border collie" "hu_description" => NULL "en_name" => string(13) "Border Collie" "en_description" => string(0) "" "parent_breed_id" => NULL ) protected _changed => array(0) protected _original_values => array(7) ( "id" => string(3) "297" "original_name" => string(13) "Border Collie" "hu_name" => string(13) "Border collie" "hu_description" => NULL "en_name" => string(13) "Border Collie" "en_description" => string(0) "" "parent_breed_id" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "breed" protected _object_plural => string(6) "breeds" protected _table_name => string(6) "breeds" protected _table_columns => array(7) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "original_name" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "original_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hu_name" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "hu_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hu_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "hu_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "en_name" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "en_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "en_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "en_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "parent_breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "parent_breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "297" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"father" => object Model_Dog(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(5) "breed" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"mother" => object Model_Dog(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"dog_owner" => object Model_Owner(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(3) ( "primary_user" => array(2) ( "foreign_key" => string(15) "primary_user_id" "model" => string(4) "User" ) "defbreed" => array(2) ( "foreign_key" => string(11) "defbreed_id" "model" => string(5) "Breed" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) ) protected _has_many => array(5) ( "kennels" => array(4) ( "foreign_key" => string(8) "owner_id" "through" => NULL "far_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "coOwnedKennels" => array(4) ( "foreign_key" => string(10) "coowner_id" "through" => NULL "far_key" => string(16) "coownedkennel_id" "model" => string(6) "Kennel" ) "dogs" => array(4) ( "foreign_key" => string(8) "owner_id" "through" => NULL "far_key" => string(6) "dog_id" "model" => string(3) "Dog" ) "entries" => array(4) ( "foreign_key" => string(10) "handler_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(41) ( "id" => string(3) "773" "name" => string(14) "Natalija Celic" "email" => string(20) "naca.celic@gmail.com" "email_public" => string(1) "1" "country" => string(6) "Serbia" "country_public" => string(1) "0" "city" => string(8) "Belgrade" "city_public" => string(1) "1" "address" => string(11) "Resavska 84" "address_public" => string(1) "0" "phone" => string(13) "+381637853123" "phone_public" => string(1) "1" "name_public" => string(1) "1" "primary_user_id" => string(6) "200073" "protected" => string(1) "1" "user_id" => string(6) "200073" "updated" => string(19) "2018-01-14 15:09:28" "created" => string(19) "2017-12-01 14:15:58" "meoecard_id" => string(0) "" "meoecardvalidyear" => string(1) "0" "meoecardissuer" => string(0) "" "birthdate" => NULL "birthdate_public" => string(1) "0" "agilityteam" => string(0) "" "defbreed_id" => string(3) "297" "webpage" => string(0) "" "postcode" => string(5) "11000" "postcode_public" => string(1) "0" "postcode_letter" => string(0) "" "country_letter" => string(0) "" "city_letter" => string(0) "" "address_letter" => string(0) "" "letter_address_public" => string(1) "0" "asbapproved" => string(1) "0" "meoeemail" => NULL "meoename" => NULL "meoenamehash" => NULL "meoeemailhash" => NULL "meoecard_id_latest" => NULL "meoecardvalidyear_latest" => NULL "meoecardissuer_latest" => NULL ) protected _changed => array(0) protected _original_values => array(41) ( "id" => string(3) "773" "name" => string(14) "Natalija Celic" "email" => string(20) "naca.celic@gmail.com" "email_public" => string(1) "1" "country" => string(6) "Serbia" "country_public" => string(1) "0" "city" => string(8) "Belgrade" "city_public" => string(1) "1" "address" => string(11) "Resavska 84" "address_public" => string(1) "0" "phone" => string(13) "+381637853123" "phone_public" => string(1) "1" "name_public" => string(1) "1" "primary_user_id" => string(6) "200073" "protected" => string(1) "1" "user_id" => string(6) "200073" "updated" => string(19) "2018-01-14 15:09:28" "created" => string(19) "2017-12-01 14:15:58" "meoecard_id" => string(0) "" "meoecardvalidyear" => string(1) "0" "meoecardissuer" => string(0) "" "birthdate" => NULL "birthdate_public" => string(1) "0" "agilityteam" => string(0) "" "defbreed_id" => string(3) "297" "webpage" => string(0) "" "postcode" => string(5) "11000" "postcode_public" => string(1) "0" "postcode_letter" => string(0) "" "country_letter" => string(0) "" "city_letter" => string(0) "" "address_letter" => string(0) "" "letter_address_public" => string(1) "0" "asbapproved" => string(1) "0" "meoeemail" => NULL "meoename" => NULL "meoenamehash" => NULL "meoeemailhash" => NULL "meoecard_id_latest" => NULL "meoecardvalidyear_latest" => NULL "meoecardissuer_latest" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "owner" protected _object_plural => string(6) "owners" protected _table_name => string(6) "owners" protected _table_columns => array(41) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "email" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "email_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "country" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "country_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "city" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "city_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "address" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "address_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "phone" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "phone_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "name_public" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "primary_user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "primary_user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecard_id" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "meoecard_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardvalidyear" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(17) "meoecardvalidyear" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardissuer" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "meoecardissuer" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(16) "birthdate_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityteam" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "agilityteam" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "defbreed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "defbreed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "webpage" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "webpage" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "postcode" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(2) "10" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "postcode_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 28 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "postcode_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(2) "10" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "country_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "city_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 31 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "address_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 32 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "letter_address_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(21) "letter_address_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 33 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 34 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoeemail" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "meoeemail" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 35 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoename" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "meoename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 36 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoenamehash" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "meoenamehash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 37 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoeemailhash" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "meoeemailhash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 38 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecard_id_latest" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "meoecard_id_latest" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 39 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardvalidyear_latest" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(24) "meoecardvalidyear_latest" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 40 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardissuer_latest" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "meoecardissuer_latest" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 41 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "773" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(4) "5869" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(5) "owner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"f_color" => string(0) "" "m" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"m_color" => string(0) "" "ff" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"ff_color" => string(0) "" "fff" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"fff_color" => string(0) "" "ffm" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"ffm_color" => string(0) "" "fm" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"fm_color" => string(0) "" "fmf" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"fmf_color" => string(0) "" "fmm" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"fmm_color" => string(0) "" "mf" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"mf_color" => string(0) "" "mff" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"mff_color" => string(0) "" "mfm" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"mfm_color" => string(0) "" "mm" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"mm_color" => string(0) "" "mmf" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"mmf_color" => string(0) "" "mmm" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"mmm_color" => string(0) "" "__" => object Closure(1){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ public 0 => object Closure(1) { *RECURSION* } }
) }{ protected _file => string(55) "/var/www/dogresult/application/views/dog/view_owner.php" protected _data => array(4) ( "dog" => object Model_Dog(34)
"adminOrClubRights" => bool FALSE "kennelAnchor" => NULL "hasEditingPermission" => bool FALSE "hasAgilityRole" => bool FALSE "hasAdminRole" => bool FALSE "avatar" => string(19) "00/00/00/02/255.jpg" "birthdateFormated" => string(10) "2016.03.30" "dateOfDeathFormated" => NULL "dateOfSpayFormated" => NULL "a2StampDateFormated" => NULL "a3StampDateFormated" => NULL "heightmeasureDateFormated" => NULL "firstA0DateFormated" => NULL ) "dog" => object Model_Dog(34){ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => string(4) "5869" "name" => string(30) "ASK HER DANCE IN Extreme speed" "call_name" => string(2) "Iv" "description" => string(0) "" "birthdate" => string(10) "2016-03-30" "father_id" => string(4) "5862" "mother_id" => string(1) "0" "breed_id" => string(3) "297" "owner_id" => string(3) "773" "owner" => NULL "kennel_id" => string(1) "0" "handler" => NULL "user_id" => string(6) "200073" "gender" => string(1) "f" "regId" => string(12) "JR 70203 Boc" "color" => string(0) "" "visit" => NULL "listed" => string(3) "all" "created" => string(19) "2017-12-01 14:23:02" "updated" => string(19) "2017-12-01 14:41:56" "deleted" => NULL "protected" => string(1) "1" "spayed" => string(1) "0" "date_of_spay" => NULL "date_of_death" => NULL "rescue" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(26) ( "id" => string(4) "5869" "name" => string(30) "ASK HER DANCE IN Extreme speed" "call_name" => string(2) "Iv" "description" => string(0) "" "birthdate" => string(10) "2016-03-30" "father_id" => string(4) "5862" "mother_id" => string(1) "0" "breed_id" => string(3) "297" "owner_id" => string(3) "773" "owner" => NULL "kennel_id" => string(1) "0" "handler" => NULL "user_id" => string(6) "200073" "gender" => string(1) "f" "regId" => string(12) "JR 70203 Boc" "color" => string(0) "" "visit" => NULL "listed" => string(3) "all" "created" => string(19) "2017-12-01 14:23:02" "updated" => string(19) "2017-12-01 14:41:56" "deleted" => NULL "protected" => string(1) "1" "spayed" => string(1) "0" "date_of_spay" => NULL "date_of_death" => NULL "rescue" => string(1) "0" ) protected _related => array(5) ( "dogDetail" => object Model_DogDetail(34)
"myownerproposals" => NULL "openProposals" => NULL "hasEditingPermission" => bool FALSE ) }{ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => string(4) "5869" "colour_id" => string(1) "2" "withers_height" => NULL "weight" => NULL "description" => string(0) "" "agilityworkbook_id" => string(2) "98" "chipnumber" => string(15) "941000018611317" "heightmeasuredate" => NULL "agilitysizecategory" => string(1) "L" "placeofmeasuring" => string(0) "" "measuringjudgename" => string(0) "" "agilityclass" => string(2) "A1" "a2stampdate" => NULL "a2signername" => string(0) "" "a2countedinresults" => string(0) "" "a3stampdate" => NULL "a3signername" => string(0) "" "a3countedinresults" => string(0) "" "firsta0date" => NULL "asbapproved" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(20) ( "dog_id" => string(4) "5869" "colour_id" => string(1) "2" "withers_height" => NULL "weight" => NULL "description" => string(0) "" "agilityworkbook_id" => string(2) "98" "chipnumber" => string(15) "941000018611317" "heightmeasuredate" => NULL "agilitysizecategory" => string(1) "L" "placeofmeasuring" => string(0) "" "measuringjudgename" => string(0) "" "agilityclass" => string(2) "A1" "a2stampdate" => NULL "a2signername" => string(0) "" "a2countedinresults" => string(0) "" "a3stampdate" => NULL "a3signername" => string(0) "" "a3countedinresults" => string(0) "" "firsta0date" => NULL "asbapproved" => string(1) "0" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => string(4) "5869" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"breed" => object Model_Breed(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(7) ( "id" => string(3) "297" "original_name" => string(13) "Border Collie" "hu_name" => string(13) "Border collie" "hu_description" => NULL "en_name" => string(13) "Border Collie" "en_description" => string(0) "" "parent_breed_id" => NULL ) protected _changed => array(0) protected _original_values => array(7) ( "id" => string(3) "297" "original_name" => string(13) "Border Collie" "hu_name" => string(13) "Border collie" "hu_description" => NULL "en_name" => string(13) "Border Collie" "en_description" => string(0) "" "parent_breed_id" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "breed" protected _object_plural => string(6) "breeds" protected _table_name => string(6) "breeds" protected _table_columns => array(7) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "original_name" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "original_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hu_name" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "hu_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hu_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "hu_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "en_name" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "en_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "en_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "en_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "parent_breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "parent_breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "297" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"father" => object Model_Dog(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(5) "breed" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"mother" => object Model_Dog(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"dog_owner" => object Model_Owner(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(3) ( "primary_user" => array(2) ( "foreign_key" => string(15) "primary_user_id" "model" => string(4) "User" ) "defbreed" => array(2) ( "foreign_key" => string(11) "defbreed_id" "model" => string(5) "Breed" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) ) protected _has_many => array(5) ( "kennels" => array(4) ( "foreign_key" => string(8) "owner_id" "through" => NULL "far_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "coOwnedKennels" => array(4) ( "foreign_key" => string(10) "coowner_id" "through" => NULL "far_key" => string(16) "coownedkennel_id" "model" => string(6) "Kennel" ) "dogs" => array(4) ( "foreign_key" => string(8) "owner_id" "through" => NULL "far_key" => string(6) "dog_id" "model" => string(3) "Dog" ) "entries" => array(4) ( "foreign_key" => string(10) "handler_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(41) ( "id" => string(3) "773" "name" => string(14) "Natalija Celic" "email" => string(20) "naca.celic@gmail.com" "email_public" => string(1) "1" "country" => string(6) "Serbia" "country_public" => string(1) "0" "city" => string(8) "Belgrade" "city_public" => string(1) "1" "address" => string(11) "Resavska 84" "address_public" => string(1) "0" "phone" => string(13) "+381637853123" "phone_public" => string(1) "1" "name_public" => string(1) "1" "primary_user_id" => string(6) "200073" "protected" => string(1) "1" "user_id" => string(6) "200073" "updated" => string(19) "2018-01-14 15:09:28" "created" => string(19) "2017-12-01 14:15:58" "meoecard_id" => string(0) "" "meoecardvalidyear" => string(1) "0" "meoecardissuer" => string(0) "" "birthdate" => NULL "birthdate_public" => string(1) "0" "agilityteam" => string(0) "" "defbreed_id" => string(3) "297" "webpage" => string(0) "" "postcode" => string(5) "11000" "postcode_public" => string(1) "0" "postcode_letter" => string(0) "" "country_letter" => string(0) "" "city_letter" => string(0) "" "address_letter" => string(0) "" "letter_address_public" => string(1) "0" "asbapproved" => string(1) "0" "meoeemail" => NULL "meoename" => NULL "meoenamehash" => NULL "meoeemailhash" => NULL "meoecard_id_latest" => NULL "meoecardvalidyear_latest" => NULL "meoecardissuer_latest" => NULL ) protected _changed => array(0) protected _original_values => array(41) ( "id" => string(3) "773" "name" => string(14) "Natalija Celic" "email" => string(20) "naca.celic@gmail.com" "email_public" => string(1) "1" "country" => string(6) "Serbia" "country_public" => string(1) "0" "city" => string(8) "Belgrade" "city_public" => string(1) "1" "address" => string(11) "Resavska 84" "address_public" => string(1) "0" "phone" => string(13) "+381637853123" "phone_public" => string(1) "1" "name_public" => string(1) "1" "primary_user_id" => string(6) "200073" "protected" => string(1) "1" "user_id" => string(6) "200073" "updated" => string(19) "2018-01-14 15:09:28" "created" => string(19) "2017-12-01 14:15:58" "meoecard_id" => string(0) "" "meoecardvalidyear" => string(1) "0" "meoecardissuer" => string(0) "" "birthdate" => NULL "birthdate_public" => string(1) "0" "agilityteam" => string(0) "" "defbreed_id" => string(3) "297" "webpage" => string(0) "" "postcode" => string(5) "11000" "postcode_public" => string(1) "0" "postcode_letter" => string(0) "" "country_letter" => string(0) "" "city_letter" => string(0) "" "address_letter" => string(0) "" "letter_address_public" => string(1) "0" "asbapproved" => string(1) "0" "meoeemail" => NULL "meoename" => NULL "meoenamehash" => NULL "meoeemailhash" => NULL "meoecard_id_latest" => NULL "meoecardvalidyear_latest" => NULL "meoecardissuer_latest" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "owner" protected _object_plural => string(6) "owners" protected _table_name => string(6) "owners" protected _table_columns => array(41) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "email" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "email_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "country" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "country_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "city" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "city_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "address" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "address_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "phone" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "phone_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "name_public" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "primary_user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "primary_user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecard_id" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "meoecard_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardvalidyear" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(17) "meoecardvalidyear" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardissuer" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "meoecardissuer" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(16) "birthdate_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityteam" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "agilityteam" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "defbreed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "defbreed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "webpage" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "webpage" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "postcode" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(2) "10" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "postcode_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 28 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "postcode_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(2) "10" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "country_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "city_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 31 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "address_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 32 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "letter_address_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(21) "letter_address_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 33 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 34 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoeemail" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "meoeemail" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 35 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoename" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "meoename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 36 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoenamehash" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "meoenamehash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 37 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoeemailhash" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "meoeemailhash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 38 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecard_id_latest" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "meoecard_id_latest" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 39 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardvalidyear_latest" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(24) "meoecardvalidyear_latest" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 40 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardissuer_latest" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "meoecardissuer_latest" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 41 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "773" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(4) "5869" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(5) "owner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => string(4) "5869" "name" => string(30) "ASK HER DANCE IN Extreme speed" "call_name" => string(2) "Iv" "description" => string(0) "" "birthdate" => string(10) "2016-03-30" "father_id" => string(4) "5862" "mother_id" => string(1) "0" "breed_id" => string(3) "297" "owner_id" => string(3) "773" "owner" => NULL "kennel_id" => string(1) "0" "handler" => NULL "user_id" => string(6) "200073" "gender" => string(1) "f" "regId" => string(12) "JR 70203 Boc" "color" => string(0) "" "visit" => NULL "listed" => string(3) "all" "created" => string(19) "2017-12-01 14:23:02" "updated" => string(19) "2017-12-01 14:41:56" "deleted" => NULL "protected" => string(1) "1" "spayed" => string(1) "0" "date_of_spay" => NULL "date_of_death" => NULL "rescue" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(26) ( "id" => string(4) "5869" "name" => string(30) "ASK HER DANCE IN Extreme speed" "call_name" => string(2) "Iv" "description" => string(0) "" "birthdate" => string(10) "2016-03-30" "father_id" => string(4) "5862" "mother_id" => string(1) "0" "breed_id" => string(3) "297" "owner_id" => string(3) "773" "owner" => NULL "kennel_id" => string(1) "0" "handler" => NULL "user_id" => string(6) "200073" "gender" => string(1) "f" "regId" => string(12) "JR 70203 Boc" "color" => string(0) "" "visit" => NULL "listed" => string(3) "all" "created" => string(19) "2017-12-01 14:23:02" "updated" => string(19) "2017-12-01 14:41:56" "deleted" => NULL "protected" => string(1) "1" "spayed" => string(1) "0" "date_of_spay" => NULL "date_of_death" => NULL "rescue" => string(1) "0" ) protected _related => array(5) ( "dogDetail" => object Model_DogDetail(34)
"levels" => NULL "sports" => array(6) ( "a" => string(7) "Agility" "o" => string(9) "Obedience" "h" => string(7) "Hoopers" "w" => string(11) "Working-dog" "f" => string(7) "Frisbee" "d" => string(12) "Kiállítás" ) "gender_sel" => string(5) "szuka" "colour_decode" => string(5) "Barna" "agilityClass" => string(2) "A1" "showResultsStr" => string(0) "" "litter" => object Model_Litter(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => string(4) "5869" "colour_id" => string(1) "2" "withers_height" => NULL "weight" => NULL "description" => string(0) "" "agilityworkbook_id" => string(2) "98" "chipnumber" => string(15) "941000018611317" "heightmeasuredate" => NULL "agilitysizecategory" => string(1) "L" "placeofmeasuring" => string(0) "" "measuringjudgename" => string(0) "" "agilityclass" => string(2) "A1" "a2stampdate" => NULL "a2signername" => string(0) "" "a2countedinresults" => string(0) "" "a3stampdate" => NULL "a3signername" => string(0) "" "a3countedinresults" => string(0) "" "firsta0date" => NULL "asbapproved" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(20) ( "dog_id" => string(4) "5869" "colour_id" => string(1) "2" "withers_height" => NULL "weight" => NULL "description" => string(0) "" "agilityworkbook_id" => string(2) "98" "chipnumber" => string(15) "941000018611317" "heightmeasuredate" => NULL "agilitysizecategory" => string(1) "L" "placeofmeasuring" => string(0) "" "measuringjudgename" => string(0) "" "agilityclass" => string(2) "A1" "a2stampdate" => NULL "a2signername" => string(0) "" "a2countedinresults" => string(0) "" "a3stampdate" => NULL "a3signername" => string(0) "" "a3countedinresults" => string(0) "" "firsta0date" => NULL "asbapproved" => string(1) "0" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => string(4) "5869" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"breed" => object Model_Breed(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(7) ( "id" => string(3) "297" "original_name" => string(13) "Border Collie" "hu_name" => string(13) "Border collie" "hu_description" => NULL "en_name" => string(13) "Border Collie" "en_description" => string(0) "" "parent_breed_id" => NULL ) protected _changed => array(0) protected _original_values => array(7) ( "id" => string(3) "297" "original_name" => string(13) "Border Collie" "hu_name" => string(13) "Border collie" "hu_description" => NULL "en_name" => string(13) "Border Collie" "en_description" => string(0) "" "parent_breed_id" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "breed" protected _object_plural => string(6) "breeds" protected _table_name => string(6) "breeds" protected _table_columns => array(7) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "original_name" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "original_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hu_name" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "hu_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hu_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "hu_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "en_name" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "en_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "en_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "en_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "parent_breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "parent_breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "297" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"father" => object Model_Dog(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(5) "breed" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"mother" => object Model_Dog(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"dog_owner" => object Model_Owner(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(3) ( "primary_user" => array(2) ( "foreign_key" => string(15) "primary_user_id" "model" => string(4) "User" ) "defbreed" => array(2) ( "foreign_key" => string(11) "defbreed_id" "model" => string(5) "Breed" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) ) protected _has_many => array(5) ( "kennels" => array(4) ( "foreign_key" => string(8) "owner_id" "through" => NULL "far_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "coOwnedKennels" => array(4) ( "foreign_key" => string(10) "coowner_id" "through" => NULL "far_key" => string(16) "coownedkennel_id" "model" => string(6) "Kennel" ) "dogs" => array(4) ( "foreign_key" => string(8) "owner_id" "through" => NULL "far_key" => string(6) "dog_id" "model" => string(3) "Dog" ) "entries" => array(4) ( "foreign_key" => string(10) "handler_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(41) ( "id" => string(3) "773" "name" => string(14) "Natalija Celic" "email" => string(20) "naca.celic@gmail.com" "email_public" => string(1) "1" "country" => string(6) "Serbia" "country_public" => string(1) "0" "city" => string(8) "Belgrade" "city_public" => string(1) "1" "address" => string(11) "Resavska 84" "address_public" => string(1) "0" "phone" => string(13) "+381637853123" "phone_public" => string(1) "1" "name_public" => string(1) "1" "primary_user_id" => string(6) "200073" "protected" => string(1) "1" "user_id" => string(6) "200073" "updated" => string(19) "2018-01-14 15:09:28" "created" => string(19) "2017-12-01 14:15:58" "meoecard_id" => string(0) "" "meoecardvalidyear" => string(1) "0" "meoecardissuer" => string(0) "" "birthdate" => NULL "birthdate_public" => string(1) "0" "agilityteam" => string(0) "" "defbreed_id" => string(3) "297" "webpage" => string(0) "" "postcode" => string(5) "11000" "postcode_public" => string(1) "0" "postcode_letter" => string(0) "" "country_letter" => string(0) "" "city_letter" => string(0) "" "address_letter" => string(0) "" "letter_address_public" => string(1) "0" "asbapproved" => string(1) "0" "meoeemail" => NULL "meoename" => NULL "meoenamehash" => NULL "meoeemailhash" => NULL "meoecard_id_latest" => NULL "meoecardvalidyear_latest" => NULL "meoecardissuer_latest" => NULL ) protected _changed => array(0) protected _original_values => array(41) ( "id" => string(3) "773" "name" => string(14) "Natalija Celic" "email" => string(20) "naca.celic@gmail.com" "email_public" => string(1) "1" "country" => string(6) "Serbia" "country_public" => string(1) "0" "city" => string(8) "Belgrade" "city_public" => string(1) "1" "address" => string(11) "Resavska 84" "address_public" => string(1) "0" "phone" => string(13) "+381637853123" "phone_public" => string(1) "1" "name_public" => string(1) "1" "primary_user_id" => string(6) "200073" "protected" => string(1) "1" "user_id" => string(6) "200073" "updated" => string(19) "2018-01-14 15:09:28" "created" => string(19) "2017-12-01 14:15:58" "meoecard_id" => string(0) "" "meoecardvalidyear" => string(1) "0" "meoecardissuer" => string(0) "" "birthdate" => NULL "birthdate_public" => string(1) "0" "agilityteam" => string(0) "" "defbreed_id" => string(3) "297" "webpage" => string(0) "" "postcode" => string(5) "11000" "postcode_public" => string(1) "0" "postcode_letter" => string(0) "" "country_letter" => string(0) "" "city_letter" => string(0) "" "address_letter" => string(0) "" "letter_address_public" => string(1) "0" "asbapproved" => string(1) "0" "meoeemail" => NULL "meoename" => NULL "meoenamehash" => NULL "meoeemailhash" => NULL "meoecard_id_latest" => NULL "meoecardvalidyear_latest" => NULL "meoecardissuer_latest" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "owner" protected _object_plural => string(6) "owners" protected _table_name => string(6) "owners" protected _table_columns => array(41) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "email" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "email_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "country" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "country_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "city" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "city_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "address" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "address_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "phone" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "phone_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "name_public" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "primary_user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "primary_user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecard_id" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "meoecard_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardvalidyear" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(17) "meoecardvalidyear" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardissuer" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "meoecardissuer" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(16) "birthdate_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityteam" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "agilityteam" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "defbreed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "defbreed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "webpage" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "webpage" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "postcode" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(2) "10" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "postcode_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 28 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "postcode_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(2) "10" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "country_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "city_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 31 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "address_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 32 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "letter_address_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(21) "letter_address_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 33 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 34 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoeemail" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "meoeemail" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 35 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoename" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "meoename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 36 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoenamehash" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "meoenamehash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 37 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoeemailhash" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "meoeemailhash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 38 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecard_id_latest" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "meoecard_id_latest" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 39 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardvalidyear_latest" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(24) "meoecardvalidyear_latest" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 40 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardissuer_latest" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "meoecardissuer_latest" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 41 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "773" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(4) "5869" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(5) "owner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(3) ( "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) ) protected _has_many => array(1) ( "photos" => array(4) ( "foreign_key" => string(9) "object_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) ) protected _table_name => string(7) "litters" protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(12) ( "id" => NULL "father_id" => NULL "mother_id" => NULL "kennel_id" => NULL "mating_date" => NULL "date_of_birth" => NULL "littername" => NULL "user_id" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(6) "litter" protected _object_plural => string(7) "litters" protected _table_columns => array(12) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "mating_date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "mating_date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_birth" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_birth" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "littername" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "littername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"litters" => object View(2){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(6) "litter" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _file => string(51) "/var/www/dogresult/application/views/dog/litter.php" protected _data => array(2) ( "litters" => object Database_MySQLi_Result(7)
"dogShowResults" => object View(2){ protected _internal_row => integer 0 protected _query => string(511) "SELECT `litter`.`id` AS `id`, `litter`.`father_id` AS `father_id`, `litter`.`mother_id` AS `mother_id`, `litter`.`kennel_id` AS …" protected _result => object mysqli_result(5)
"__" => object Closure(1){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }
protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(12) "Model_Litter" protected _object_params => NULL }{ public 0 => object Closure(1) { *RECURSION* } }
) }{ protected _file => string(70) "/var/www/dogresult/application/views/results/view_showResList.mustache" protected _data => array(2) ( "results" => array(0) "__" => object Closure(1)
"dogShowTitles" => object View(2){ public 0 => object Closure(1) { *RECURSION* } }
) }{ protected _file => string(72) "/var/www/dogresult/application/views/results/view_showTitleList.mustache" protected _data => array(3) ( "results" => array(0) "dog" => object Model_Dog(34)
"dogWorkingResults" => object View(2){ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => string(4) "5869" "name" => string(30) "ASK HER DANCE IN Extreme speed" "call_name" => string(2) "Iv" "description" => string(0) "" "birthdate" => string(10) "2016-03-30" "father_id" => string(4) "5862" "mother_id" => string(1) "0" "breed_id" => string(3) "297" "owner_id" => string(3) "773" "owner" => NULL "kennel_id" => string(1) "0" "handler" => NULL "user_id" => string(6) "200073" "gender" => string(1) "f" "regId" => string(12) "JR 70203 Boc" "color" => string(0) "" "visit" => NULL "listed" => string(3) "all" "created" => string(19) "2017-12-01 14:23:02" "updated" => string(19) "2017-12-01 14:41:56" "deleted" => NULL "protected" => string(1) "1" "spayed" => string(1) "0" "date_of_spay" => NULL "date_of_death" => NULL "rescue" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(26) ( "id" => string(4) "5869" "name" => string(30) "ASK HER DANCE IN Extreme speed" "call_name" => string(2) "Iv" "description" => string(0) "" "birthdate" => string(10) "2016-03-30" "father_id" => string(4) "5862" "mother_id" => string(1) "0" "breed_id" => string(3) "297" "owner_id" => string(3) "773" "owner" => NULL "kennel_id" => string(1) "0" "handler" => NULL "user_id" => string(6) "200073" "gender" => string(1) "f" "regId" => string(12) "JR 70203 Boc" "color" => string(0) "" "visit" => NULL "listed" => string(3) "all" "created" => string(19) "2017-12-01 14:23:02" "updated" => string(19) "2017-12-01 14:41:56" "deleted" => NULL "protected" => string(1) "1" "spayed" => string(1) "0" "date_of_spay" => NULL "date_of_death" => NULL "rescue" => string(1) "0" ) protected _related => array(5) ( "dogDetail" => object Model_DogDetail(34)
"__" => object Closure(1){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => string(4) "5869" "colour_id" => string(1) "2" "withers_height" => NULL "weight" => NULL "description" => string(0) "" "agilityworkbook_id" => string(2) "98" "chipnumber" => string(15) "941000018611317" "heightmeasuredate" => NULL "agilitysizecategory" => string(1) "L" "placeofmeasuring" => string(0) "" "measuringjudgename" => string(0) "" "agilityclass" => string(2) "A1" "a2stampdate" => NULL "a2signername" => string(0) "" "a2countedinresults" => string(0) "" "a3stampdate" => NULL "a3signername" => string(0) "" "a3countedinresults" => string(0) "" "firsta0date" => NULL "asbapproved" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(20) ( "dog_id" => string(4) "5869" "colour_id" => string(1) "2" "withers_height" => NULL "weight" => NULL "description" => string(0) "" "agilityworkbook_id" => string(2) "98" "chipnumber" => string(15) "941000018611317" "heightmeasuredate" => NULL "agilitysizecategory" => string(1) "L" "placeofmeasuring" => string(0) "" "measuringjudgename" => string(0) "" "agilityclass" => string(2) "A1" "a2stampdate" => NULL "a2signername" => string(0) "" "a2countedinresults" => string(0) "" "a3stampdate" => NULL "a3signername" => string(0) "" "a3countedinresults" => string(0) "" "firsta0date" => NULL "asbapproved" => string(1) "0" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => string(4) "5869" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"breed" => object Model_Breed(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(7) ( "id" => string(3) "297" "original_name" => string(13) "Border Collie" "hu_name" => string(13) "Border collie" "hu_description" => NULL "en_name" => string(13) "Border Collie" "en_description" => string(0) "" "parent_breed_id" => NULL ) protected _changed => array(0) protected _original_values => array(7) ( "id" => string(3) "297" "original_name" => string(13) "Border Collie" "hu_name" => string(13) "Border collie" "hu_description" => NULL "en_name" => string(13) "Border Collie" "en_description" => string(0) "" "parent_breed_id" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "breed" protected _object_plural => string(6) "breeds" protected _table_name => string(6) "breeds" protected _table_columns => array(7) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "original_name" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "original_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hu_name" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "hu_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hu_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "hu_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "en_name" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "en_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "en_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "en_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "parent_breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "parent_breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "297" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"father" => object Model_Dog(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(5) "breed" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"mother" => object Model_Dog(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"dog_owner" => object Model_Owner(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(3) ( "primary_user" => array(2) ( "foreign_key" => string(15) "primary_user_id" "model" => string(4) "User" ) "defbreed" => array(2) ( "foreign_key" => string(11) "defbreed_id" "model" => string(5) "Breed" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) ) protected _has_many => array(5) ( "kennels" => array(4) ( "foreign_key" => string(8) "owner_id" "through" => NULL "far_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "coOwnedKennels" => array(4) ( "foreign_key" => string(10) "coowner_id" "through" => NULL "far_key" => string(16) "coownedkennel_id" "model" => string(6) "Kennel" ) "dogs" => array(4) ( "foreign_key" => string(8) "owner_id" "through" => NULL "far_key" => string(6) "dog_id" "model" => string(3) "Dog" ) "entries" => array(4) ( "foreign_key" => string(10) "handler_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(41) ( "id" => string(3) "773" "name" => string(14) "Natalija Celic" "email" => string(20) "naca.celic@gmail.com" "email_public" => string(1) "1" "country" => string(6) "Serbia" "country_public" => string(1) "0" "city" => string(8) "Belgrade" "city_public" => string(1) "1" "address" => string(11) "Resavska 84" "address_public" => string(1) "0" "phone" => string(13) "+381637853123" "phone_public" => string(1) "1" "name_public" => string(1) "1" "primary_user_id" => string(6) "200073" "protected" => string(1) "1" "user_id" => string(6) "200073" "updated" => string(19) "2018-01-14 15:09:28" "created" => string(19) "2017-12-01 14:15:58" "meoecard_id" => string(0) "" "meoecardvalidyear" => string(1) "0" "meoecardissuer" => string(0) "" "birthdate" => NULL "birthdate_public" => string(1) "0" "agilityteam" => string(0) "" "defbreed_id" => string(3) "297" "webpage" => string(0) "" "postcode" => string(5) "11000" "postcode_public" => string(1) "0" "postcode_letter" => string(0) "" "country_letter" => string(0) "" "city_letter" => string(0) "" "address_letter" => string(0) "" "letter_address_public" => string(1) "0" "asbapproved" => string(1) "0" "meoeemail" => NULL "meoename" => NULL "meoenamehash" => NULL "meoeemailhash" => NULL "meoecard_id_latest" => NULL "meoecardvalidyear_latest" => NULL "meoecardissuer_latest" => NULL ) protected _changed => array(0) protected _original_values => array(41) ( "id" => string(3) "773" "name" => string(14) "Natalija Celic" "email" => string(20) "naca.celic@gmail.com" "email_public" => string(1) "1" "country" => string(6) "Serbia" "country_public" => string(1) "0" "city" => string(8) "Belgrade" "city_public" => string(1) "1" "address" => string(11) "Resavska 84" "address_public" => string(1) "0" "phone" => string(13) "+381637853123" "phone_public" => string(1) "1" "name_public" => string(1) "1" "primary_user_id" => string(6) "200073" "protected" => string(1) "1" "user_id" => string(6) "200073" "updated" => string(19) "2018-01-14 15:09:28" "created" => string(19) "2017-12-01 14:15:58" "meoecard_id" => string(0) "" "meoecardvalidyear" => string(1) "0" "meoecardissuer" => string(0) "" "birthdate" => NULL "birthdate_public" => string(1) "0" "agilityteam" => string(0) "" "defbreed_id" => string(3) "297" "webpage" => string(0) "" "postcode" => string(5) "11000" "postcode_public" => string(1) "0" "postcode_letter" => string(0) "" "country_letter" => string(0) "" "city_letter" => string(0) "" "address_letter" => string(0) "" "letter_address_public" => string(1) "0" "asbapproved" => string(1) "0" "meoeemail" => NULL "meoename" => NULL "meoenamehash" => NULL "meoeemailhash" => NULL "meoecard_id_latest" => NULL "meoecardvalidyear_latest" => NULL "meoecardissuer_latest" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "owner" protected _object_plural => string(6) "owners" protected _table_name => string(6) "owners" protected _table_columns => array(41) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "email" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "email_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "country" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "country_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "city" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "city_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "address" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "address_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "phone" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "phone_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "name_public" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "primary_user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "primary_user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecard_id" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "meoecard_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardvalidyear" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(17) "meoecardvalidyear" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardissuer" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "meoecardissuer" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(16) "birthdate_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityteam" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "agilityteam" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "defbreed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "defbreed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "webpage" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "webpage" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "postcode" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(2) "10" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "postcode_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 28 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "postcode_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(2) "10" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "country_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "city_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 31 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "address_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 32 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "letter_address_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(21) "letter_address_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 33 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 34 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoeemail" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "meoeemail" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 35 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoename" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "meoename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 36 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoenamehash" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "meoenamehash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 37 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoeemailhash" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "meoeemailhash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 38 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecard_id_latest" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "meoecard_id_latest" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 39 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardvalidyear_latest" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(24) "meoecardvalidyear_latest" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 40 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardissuer_latest" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "meoecardissuer_latest" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 41 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "773" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(4) "5869" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(5) "owner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ public 0 => object Closure(1) { *RECURSION* } }
) }{ protected _file => string(70) "/var/www/dogresult/application/views/results/view_workingList.mustache" protected _data => array(3) ( "results" => array(0) "hasEditingPermission" => bool FALSE "__" => object Closure(1)
"dogHealthTestResults" => object View(2){ public 0 => object Closure(1) { *RECURSION* } }
) }{ protected _file => string(70) "/var/www/dogresult/application/views/results/view_hipTestList.mustache" protected _data => array(3) ( "results" => array(0) "dog" => object Model_Dog(34)
"suitabilityTests" => object View(2){ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => string(4) "5869" "name" => string(30) "ASK HER DANCE IN Extreme speed" "call_name" => string(2) "Iv" "description" => string(0) "" "birthdate" => string(10) "2016-03-30" "father_id" => string(4) "5862" "mother_id" => string(1) "0" "breed_id" => string(3) "297" "owner_id" => string(3) "773" "owner" => NULL "kennel_id" => string(1) "0" "handler" => NULL "user_id" => string(6) "200073" "gender" => string(1) "f" "regId" => string(12) "JR 70203 Boc" "color" => string(0) "" "visit" => NULL "listed" => string(3) "all" "created" => string(19) "2017-12-01 14:23:02" "updated" => string(19) "2017-12-01 14:41:56" "deleted" => NULL "protected" => string(1) "1" "spayed" => string(1) "0" "date_of_spay" => NULL "date_of_death" => NULL "rescue" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(26) ( "id" => string(4) "5869" "name" => string(30) "ASK HER DANCE IN Extreme speed" "call_name" => string(2) "Iv" "description" => string(0) "" "birthdate" => string(10) "2016-03-30" "father_id" => string(4) "5862" "mother_id" => string(1) "0" "breed_id" => string(3) "297" "owner_id" => string(3) "773" "owner" => NULL "kennel_id" => string(1) "0" "handler" => NULL "user_id" => string(6) "200073" "gender" => string(1) "f" "regId" => string(12) "JR 70203 Boc" "color" => string(0) "" "visit" => NULL "listed" => string(3) "all" "created" => string(19) "2017-12-01 14:23:02" "updated" => string(19) "2017-12-01 14:41:56" "deleted" => NULL "protected" => string(1) "1" "spayed" => string(1) "0" "date_of_spay" => NULL "date_of_death" => NULL "rescue" => string(1) "0" ) protected _related => array(5) ( "dogDetail" => object Model_DogDetail(34)
"__" => object Closure(1){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => string(4) "5869" "colour_id" => string(1) "2" "withers_height" => NULL "weight" => NULL "description" => string(0) "" "agilityworkbook_id" => string(2) "98" "chipnumber" => string(15) "941000018611317" "heightmeasuredate" => NULL "agilitysizecategory" => string(1) "L" "placeofmeasuring" => string(0) "" "measuringjudgename" => string(0) "" "agilityclass" => string(2) "A1" "a2stampdate" => NULL "a2signername" => string(0) "" "a2countedinresults" => string(0) "" "a3stampdate" => NULL "a3signername" => string(0) "" "a3countedinresults" => string(0) "" "firsta0date" => NULL "asbapproved" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(20) ( "dog_id" => string(4) "5869" "colour_id" => string(1) "2" "withers_height" => NULL "weight" => NULL "description" => string(0) "" "agilityworkbook_id" => string(2) "98" "chipnumber" => string(15) "941000018611317" "heightmeasuredate" => NULL "agilitysizecategory" => string(1) "L" "placeofmeasuring" => string(0) "" "measuringjudgename" => string(0) "" "agilityclass" => string(2) "A1" "a2stampdate" => NULL "a2signername" => string(0) "" "a2countedinresults" => string(0) "" "a3stampdate" => NULL "a3signername" => string(0) "" "a3countedinresults" => string(0) "" "firsta0date" => NULL "asbapproved" => string(1) "0" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => string(4) "5869" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"breed" => object Model_Breed(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(7) ( "id" => string(3) "297" "original_name" => string(13) "Border Collie" "hu_name" => string(13) "Border collie" "hu_description" => NULL "en_name" => string(13) "Border Collie" "en_description" => string(0) "" "parent_breed_id" => NULL ) protected _changed => array(0) protected _original_values => array(7) ( "id" => string(3) "297" "original_name" => string(13) "Border Collie" "hu_name" => string(13) "Border collie" "hu_description" => NULL "en_name" => string(13) "Border Collie" "en_description" => string(0) "" "parent_breed_id" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "breed" protected _object_plural => string(6) "breeds" protected _table_name => string(6) "breeds" protected _table_columns => array(7) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "original_name" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "original_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hu_name" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "hu_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hu_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "hu_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "en_name" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "en_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "en_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "en_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "parent_breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "parent_breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "297" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"father" => object Model_Dog(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(5) "breed" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"mother" => object Model_Dog(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"dog_owner" => object Model_Owner(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(3) ( "primary_user" => array(2) ( "foreign_key" => string(15) "primary_user_id" "model" => string(4) "User" ) "defbreed" => array(2) ( "foreign_key" => string(11) "defbreed_id" "model" => string(5) "Breed" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) ) protected _has_many => array(5) ( "kennels" => array(4) ( "foreign_key" => string(8) "owner_id" "through" => NULL "far_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "coOwnedKennels" => array(4) ( "foreign_key" => string(10) "coowner_id" "through" => NULL "far_key" => string(16) "coownedkennel_id" "model" => string(6) "Kennel" ) "dogs" => array(4) ( "foreign_key" => string(8) "owner_id" "through" => NULL "far_key" => string(6) "dog_id" "model" => string(3) "Dog" ) "entries" => array(4) ( "foreign_key" => string(10) "handler_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(41) ( "id" => string(3) "773" "name" => string(14) "Natalija Celic" "email" => string(20) "naca.celic@gmail.com" "email_public" => string(1) "1" "country" => string(6) "Serbia" "country_public" => string(1) "0" "city" => string(8) "Belgrade" "city_public" => string(1) "1" "address" => string(11) "Resavska 84" "address_public" => string(1) "0" "phone" => string(13) "+381637853123" "phone_public" => string(1) "1" "name_public" => string(1) "1" "primary_user_id" => string(6) "200073" "protected" => string(1) "1" "user_id" => string(6) "200073" "updated" => string(19) "2018-01-14 15:09:28" "created" => string(19) "2017-12-01 14:15:58" "meoecard_id" => string(0) "" "meoecardvalidyear" => string(1) "0" "meoecardissuer" => string(0) "" "birthdate" => NULL "birthdate_public" => string(1) "0" "agilityteam" => string(0) "" "defbreed_id" => string(3) "297" "webpage" => string(0) "" "postcode" => string(5) "11000" "postcode_public" => string(1) "0" "postcode_letter" => string(0) "" "country_letter" => string(0) "" "city_letter" => string(0) "" "address_letter" => string(0) "" "letter_address_public" => string(1) "0" "asbapproved" => string(1) "0" "meoeemail" => NULL "meoename" => NULL "meoenamehash" => NULL "meoeemailhash" => NULL "meoecard_id_latest" => NULL "meoecardvalidyear_latest" => NULL "meoecardissuer_latest" => NULL ) protected _changed => array(0) protected _original_values => array(41) ( "id" => string(3) "773" "name" => string(14) "Natalija Celic" "email" => string(20) "naca.celic@gmail.com" "email_public" => string(1) "1" "country" => string(6) "Serbia" "country_public" => string(1) "0" "city" => string(8) "Belgrade" "city_public" => string(1) "1" "address" => string(11) "Resavska 84" "address_public" => string(1) "0" "phone" => string(13) "+381637853123" "phone_public" => string(1) "1" "name_public" => string(1) "1" "primary_user_id" => string(6) "200073" "protected" => string(1) "1" "user_id" => string(6) "200073" "updated" => string(19) "2018-01-14 15:09:28" "created" => string(19) "2017-12-01 14:15:58" "meoecard_id" => string(0) "" "meoecardvalidyear" => string(1) "0" "meoecardissuer" => string(0) "" "birthdate" => NULL "birthdate_public" => string(1) "0" "agilityteam" => string(0) "" "defbreed_id" => string(3) "297" "webpage" => string(0) "" "postcode" => string(5) "11000" "postcode_public" => string(1) "0" "postcode_letter" => string(0) "" "country_letter" => string(0) "" "city_letter" => string(0) "" "address_letter" => string(0) "" "letter_address_public" => string(1) "0" "asbapproved" => string(1) "0" "meoeemail" => NULL "meoename" => NULL "meoenamehash" => NULL "meoeemailhash" => NULL "meoecard_id_latest" => NULL "meoecardvalidyear_latest" => NULL "meoecardissuer_latest" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "owner" protected _object_plural => string(6) "owners" protected _table_name => string(6) "owners" protected _table_columns => array(41) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "email" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "email_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "country" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "country_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "city" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "city_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "address" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "address_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "phone" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "phone_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "name_public" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "primary_user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "primary_user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecard_id" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "meoecard_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardvalidyear" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(17) "meoecardvalidyear" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardissuer" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "meoecardissuer" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(16) "birthdate_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityteam" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "agilityteam" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "defbreed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "defbreed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "webpage" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "webpage" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "postcode" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(2) "10" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "postcode_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 28 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "postcode_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(2) "10" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "country_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "city_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 31 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "address_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 32 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "letter_address_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(21) "letter_address_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 33 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 34 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoeemail" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "meoeemail" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 35 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoename" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "meoename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 36 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoenamehash" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "meoenamehash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 37 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoeemailhash" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "meoeemailhash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 38 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecard_id_latest" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "meoecard_id_latest" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 39 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardvalidyear_latest" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(24) "meoecardvalidyear_latest" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 40 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardissuer_latest" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "meoecardissuer_latest" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 41 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "773" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(4) "5869" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(5) "owner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ public 0 => object Closure(1) { *RECURSION* } }
) }{ protected _file => string(71) "/var/www/dogresult/application/views/results/view_suitableList.mustache" protected _data => array(2) ( "suitableTests" => array(0) "__" => object Closure(1)
"hipTestId" => NULL "patellaId" => NULL "elbowTestId" => NULL "shoulderTestId" => NULL "chart" => object View(2){ public 0 => object Closure(1) { *RECURSION* } }
) }{ protected _file => string(55) "/var/www/dogresult/application/views/dog/chart.mustache" protected _data => array(30) ( "root" => object Model_Dog(34)
"owner" => object View(2){ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => string(4) "5869" "name" => string(30) "ASK HER DANCE IN Extreme speed" "call_name" => string(2) "Iv" "description" => string(0) "" "birthdate" => string(10) "2016-03-30" "father_id" => string(4) "5862" "mother_id" => string(1) "0" "breed_id" => string(3) "297" "owner_id" => string(3) "773" "owner" => NULL "kennel_id" => string(1) "0" "handler" => NULL "user_id" => string(6) "200073" "gender" => string(1) "f" "regId" => string(12) "JR 70203 Boc" "color" => string(0) "" "visit" => NULL "listed" => string(3) "all" "created" => string(19) "2017-12-01 14:23:02" "updated" => string(19) "2017-12-01 14:41:56" "deleted" => NULL "protected" => string(1) "1" "spayed" => string(1) "0" "date_of_spay" => NULL "date_of_death" => NULL "rescue" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(26) ( "id" => string(4) "5869" "name" => string(30) "ASK HER DANCE IN Extreme speed" "call_name" => string(2) "Iv" "description" => string(0) "" "birthdate" => string(10) "2016-03-30" "father_id" => string(4) "5862" "mother_id" => string(1) "0" "breed_id" => string(3) "297" "owner_id" => string(3) "773" "owner" => NULL "kennel_id" => string(1) "0" "handler" => NULL "user_id" => string(6) "200073" "gender" => string(1) "f" "regId" => string(12) "JR 70203 Boc" "color" => string(0) "" "visit" => NULL "listed" => string(3) "all" "created" => string(19) "2017-12-01 14:23:02" "updated" => string(19) "2017-12-01 14:41:56" "deleted" => NULL "protected" => string(1) "1" "spayed" => string(1) "0" "date_of_spay" => NULL "date_of_death" => NULL "rescue" => string(1) "0" ) protected _related => array(5) ( "dogDetail" => object Model_DogDetail(34)
"f" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => string(4) "5869" "colour_id" => string(1) "2" "withers_height" => NULL "weight" => NULL "description" => string(0) "" "agilityworkbook_id" => string(2) "98" "chipnumber" => string(15) "941000018611317" "heightmeasuredate" => NULL "agilitysizecategory" => string(1) "L" "placeofmeasuring" => string(0) "" "measuringjudgename" => string(0) "" "agilityclass" => string(2) "A1" "a2stampdate" => NULL "a2signername" => string(0) "" "a2countedinresults" => string(0) "" "a3stampdate" => NULL "a3signername" => string(0) "" "a3countedinresults" => string(0) "" "firsta0date" => NULL "asbapproved" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(20) ( "dog_id" => string(4) "5869" "colour_id" => string(1) "2" "withers_height" => NULL "weight" => NULL "description" => string(0) "" "agilityworkbook_id" => string(2) "98" "chipnumber" => string(15) "941000018611317" "heightmeasuredate" => NULL "agilitysizecategory" => string(1) "L" "placeofmeasuring" => string(0) "" "measuringjudgename" => string(0) "" "agilityclass" => string(2) "A1" "a2stampdate" => NULL "a2signername" => string(0) "" "a2countedinresults" => string(0) "" "a3stampdate" => NULL "a3signername" => string(0) "" "a3countedinresults" => string(0) "" "firsta0date" => NULL "asbapproved" => string(1) "0" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => string(4) "5869" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"breed" => object Model_Breed(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(7) ( "id" => string(3) "297" "original_name" => string(13) "Border Collie" "hu_name" => string(13) "Border collie" "hu_description" => NULL "en_name" => string(13) "Border Collie" "en_description" => string(0) "" "parent_breed_id" => NULL ) protected _changed => array(0) protected _original_values => array(7) ( "id" => string(3) "297" "original_name" => string(13) "Border Collie" "hu_name" => string(13) "Border collie" "hu_description" => NULL "en_name" => string(13) "Border Collie" "en_description" => string(0) "" "parent_breed_id" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "breed" protected _object_plural => string(6) "breeds" protected _table_name => string(6) "breeds" protected _table_columns => array(7) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "original_name" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "original_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hu_name" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "hu_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hu_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "hu_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "en_name" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "en_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "en_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "en_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "parent_breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "parent_breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "297" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"father" => object Model_Dog(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(5) "breed" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"mother" => object Model_Dog(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"dog_owner" => object Model_Owner(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(3) ( "primary_user" => array(2) ( "foreign_key" => string(15) "primary_user_id" "model" => string(4) "User" ) "defbreed" => array(2) ( "foreign_key" => string(11) "defbreed_id" "model" => string(5) "Breed" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) ) protected _has_many => array(5) ( "kennels" => array(4) ( "foreign_key" => string(8) "owner_id" "through" => NULL "far_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "coOwnedKennels" => array(4) ( "foreign_key" => string(10) "coowner_id" "through" => NULL "far_key" => string(16) "coownedkennel_id" "model" => string(6) "Kennel" ) "dogs" => array(4) ( "foreign_key" => string(8) "owner_id" "through" => NULL "far_key" => string(6) "dog_id" "model" => string(3) "Dog" ) "entries" => array(4) ( "foreign_key" => string(10) "handler_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(41) ( "id" => string(3) "773" "name" => string(14) "Natalija Celic" "email" => string(20) "naca.celic@gmail.com" "email_public" => string(1) "1" "country" => string(6) "Serbia" "country_public" => string(1) "0" "city" => string(8) "Belgrade" "city_public" => string(1) "1" "address" => string(11) "Resavska 84" "address_public" => string(1) "0" "phone" => string(13) "+381637853123" "phone_public" => string(1) "1" "name_public" => string(1) "1" "primary_user_id" => string(6) "200073" "protected" => string(1) "1" "user_id" => string(6) "200073" "updated" => string(19) "2018-01-14 15:09:28" "created" => string(19) "2017-12-01 14:15:58" "meoecard_id" => string(0) "" "meoecardvalidyear" => string(1) "0" "meoecardissuer" => string(0) "" "birthdate" => NULL "birthdate_public" => string(1) "0" "agilityteam" => string(0) "" "defbreed_id" => string(3) "297" "webpage" => string(0) "" "postcode" => string(5) "11000" "postcode_public" => string(1) "0" "postcode_letter" => string(0) "" "country_letter" => string(0) "" "city_letter" => string(0) "" "address_letter" => string(0) "" "letter_address_public" => string(1) "0" "asbapproved" => string(1) "0" "meoeemail" => NULL "meoename" => NULL "meoenamehash" => NULL "meoeemailhash" => NULL "meoecard_id_latest" => NULL "meoecardvalidyear_latest" => NULL "meoecardissuer_latest" => NULL ) protected _changed => array(0) protected _original_values => array(41) ( "id" => string(3) "773" "name" => string(14) "Natalija Celic" "email" => string(20) "naca.celic@gmail.com" "email_public" => string(1) "1" "country" => string(6) "Serbia" "country_public" => string(1) "0" "city" => string(8) "Belgrade" "city_public" => string(1) "1" "address" => string(11) "Resavska 84" "address_public" => string(1) "0" "phone" => string(13) "+381637853123" "phone_public" => string(1) "1" "name_public" => string(1) "1" "primary_user_id" => string(6) "200073" "protected" => string(1) "1" "user_id" => string(6) "200073" "updated" => string(19) "2018-01-14 15:09:28" "created" => string(19) "2017-12-01 14:15:58" "meoecard_id" => string(0) "" "meoecardvalidyear" => string(1) "0" "meoecardissuer" => string(0) "" "birthdate" => NULL "birthdate_public" => string(1) "0" "agilityteam" => string(0) "" "defbreed_id" => string(3) "297" "webpage" => string(0) "" "postcode" => string(5) "11000" "postcode_public" => string(1) "0" "postcode_letter" => string(0) "" "country_letter" => string(0) "" "city_letter" => string(0) "" "address_letter" => string(0) "" "letter_address_public" => string(1) "0" "asbapproved" => string(1) "0" "meoeemail" => NULL "meoename" => NULL "meoenamehash" => NULL "meoeemailhash" => NULL "meoecard_id_latest" => NULL "meoecardvalidyear_latest" => NULL "meoecardissuer_latest" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "owner" protected _object_plural => string(6) "owners" protected _table_name => string(6) "owners" protected _table_columns => array(41) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "email" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "email_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "country" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "country_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "city" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "city_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "address" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "address_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "phone" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "phone_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "name_public" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "primary_user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "primary_user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecard_id" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "meoecard_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardvalidyear" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(17) "meoecardvalidyear" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardissuer" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "meoecardissuer" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(16) "birthdate_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityteam" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "agilityteam" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "defbreed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "defbreed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "webpage" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "webpage" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "postcode" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(2) "10" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "postcode_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 28 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "postcode_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(2) "10" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "country_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "city_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 31 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "address_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 32 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "letter_address_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(21) "letter_address_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 33 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 34 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoeemail" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "meoeemail" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 35 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoename" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "meoename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 36 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoenamehash" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "meoenamehash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 37 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoeemailhash" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "meoeemailhash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 38 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecard_id_latest" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "meoecard_id_latest" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 39 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardvalidyear_latest" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(24) "meoecardvalidyear_latest" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 40 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardissuer_latest" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "meoecardissuer_latest" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 41 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "773" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(4) "5869" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(5) "owner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"f_color" => string(0) "" "m" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"m_color" => string(0) "" "ff" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"ff_color" => string(0) "" "fff" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"fff_color" => string(0) "" "ffm" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"ffm_color" => string(0) "" "fm" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"fm_color" => string(0) "" "fmf" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"fmf_color" => string(0) "" "fmm" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"fmm_color" => string(0) "" "mf" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"mf_color" => string(0) "" "mff" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"mff_color" => string(0) "" "mfm" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"mfm_color" => string(0) "" "mm" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"mm_color" => string(0) "" "mmf" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"mmf_color" => string(0) "" "mmm" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"mmm_color" => string(0) "" "__" => object Closure(1){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ public 0 => object Closure(1) { *RECURSION* } }
) }{ protected _file => string(55) "/var/www/dogresult/application/views/dog/view_owner.php" protected _data => array(4) ( "dog" => object Model_Dog(34)
"adminOrClubRights" => bool FALSE "kennelAnchor" => NULL "hasEditingPermission" => bool FALSE "hasAgilityRole" => bool FALSE "hasAdminRole" => bool FALSE "avatar" => string(19) "00/00/00/02/255.jpg" "birthdateFormated" => string(10) "2016.03.30" "dateOfDeathFormated" => NULL "dateOfSpayFormated" => NULL "a2StampDateFormated" => NULL "a3StampDateFormated" => NULL "heightmeasureDateFormated" => NULL "firstA0DateFormated" => NULL "wanted_offered" => array(2) ( 1 => string(5) "Keres" 2 => string(6) "Kinál" ) "advtype" => array(15) ( 0 => string(10) "Nincs adat" 12 => string(22) "Állatbarát albérlet" 13 => string(18) "Állatgyógyítás" 14 => string(11) "Állatorvos" 1 => string(11) "Dajka kutya" 2 => string(15) "Eladó kiskutya" 3 => string(12) "Eladó kutya" 4 => string(9) "Elveszett" 5 => string(12) "Fedezőkutya" 6 => string(12) "Felszerelés" 7 => string(17) "Ingyen, ajándék" 8 => string(17) "Keres megvételre" 9 => string(10) "Kiképzés" 10 => string(14) "Kutyakozmetika" 11 => string(12) "Linkajánló" ) "current_url" => string(50) "/hu/dog/view/5869/ask-her-dance-in-extreme-speediv" "lang_url" => string(50) "/en/dog/view/5869/ask-her-dance-in-extreme-speediv" "lang_url_text" => string(7) "English" "keyword" => string(86) "Kutya, eredmények, események, tenyésztés, eredmények, CAC, CACIB, IPO, munkakutya" "meta_description" => string(86) "Kutyás eredmények, kutyás események, kutya tenyésztés, kiállítási eredmények" "lang" => string(2) "hu" "user" => NULL "isLoggedIn" => bool FALSE "message" => array(6) ( "PED_FRONT" => string(26) "Törzskönyv első oldala " "PED_BACK" => string(28) "Törzskönyv hátsó oldala " "WORK_EXAM" => string(11) "Munkavizsga" "CHAMP" => string(23) "Championátus igazolás" "PAYMENT_VER" => string(20) "Befizetés igazolás" "DESCR" => string(8) "Leírás" ) "attachment" => object Model_Attachment(34){ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => string(4) "5869" "name" => string(30) "ASK HER DANCE IN Extreme speed" "call_name" => string(2) "Iv" "description" => string(0) "" "birthdate" => string(10) "2016-03-30" "father_id" => string(4) "5862" "mother_id" => string(1) "0" "breed_id" => string(3) "297" "owner_id" => string(3) "773" "owner" => NULL "kennel_id" => string(1) "0" "handler" => NULL "user_id" => string(6) "200073" "gender" => string(1) "f" "regId" => string(12) "JR 70203 Boc" "color" => string(0) "" "visit" => NULL "listed" => string(3) "all" "created" => string(19) "2017-12-01 14:23:02" "updated" => string(19) "2017-12-01 14:41:56" "deleted" => NULL "protected" => string(1) "1" "spayed" => string(1) "0" "date_of_spay" => NULL "date_of_death" => NULL "rescue" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(26) ( "id" => string(4) "5869" "name" => string(30) "ASK HER DANCE IN Extreme speed" "call_name" => string(2) "Iv" "description" => string(0) "" "birthdate" => string(10) "2016-03-30" "father_id" => string(4) "5862" "mother_id" => string(1) "0" "breed_id" => string(3) "297" "owner_id" => string(3) "773" "owner" => NULL "kennel_id" => string(1) "0" "handler" => NULL "user_id" => string(6) "200073" "gender" => string(1) "f" "regId" => string(12) "JR 70203 Boc" "color" => string(0) "" "visit" => NULL "listed" => string(3) "all" "created" => string(19) "2017-12-01 14:23:02" "updated" => string(19) "2017-12-01 14:41:56" "deleted" => NULL "protected" => string(1) "1" "spayed" => string(1) "0" "date_of_spay" => NULL "date_of_death" => NULL "rescue" => string(1) "0" ) protected _related => array(5) ( "dogDetail" => object Model_DogDetail(34)
"myownerproposals" => NULL "openProposals" => NULL "hasEditingPermission" => bool FALSE ) }{ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => string(4) "5869" "colour_id" => string(1) "2" "withers_height" => NULL "weight" => NULL "description" => string(0) "" "agilityworkbook_id" => string(2) "98" "chipnumber" => string(15) "941000018611317" "heightmeasuredate" => NULL "agilitysizecategory" => string(1) "L" "placeofmeasuring" => string(0) "" "measuringjudgename" => string(0) "" "agilityclass" => string(2) "A1" "a2stampdate" => NULL "a2signername" => string(0) "" "a2countedinresults" => string(0) "" "a3stampdate" => NULL "a3signername" => string(0) "" "a3countedinresults" => string(0) "" "firsta0date" => NULL "asbapproved" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(20) ( "dog_id" => string(4) "5869" "colour_id" => string(1) "2" "withers_height" => NULL "weight" => NULL "description" => string(0) "" "agilityworkbook_id" => string(2) "98" "chipnumber" => string(15) "941000018611317" "heightmeasuredate" => NULL "agilitysizecategory" => string(1) "L" "placeofmeasuring" => string(0) "" "measuringjudgename" => string(0) "" "agilityclass" => string(2) "A1" "a2stampdate" => NULL "a2signername" => string(0) "" "a2countedinresults" => string(0) "" "a3stampdate" => NULL "a3signername" => string(0) "" "a3countedinresults" => string(0) "" "firsta0date" => NULL "asbapproved" => string(1) "0" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => string(4) "5869" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"breed" => object Model_Breed(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(7) ( "id" => string(3) "297" "original_name" => string(13) "Border Collie" "hu_name" => string(13) "Border collie" "hu_description" => NULL "en_name" => string(13) "Border Collie" "en_description" => string(0) "" "parent_breed_id" => NULL ) protected _changed => array(0) protected _original_values => array(7) ( "id" => string(3) "297" "original_name" => string(13) "Border Collie" "hu_name" => string(13) "Border collie" "hu_description" => NULL "en_name" => string(13) "Border Collie" "en_description" => string(0) "" "parent_breed_id" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "breed" protected _object_plural => string(6) "breeds" protected _table_name => string(6) "breeds" protected _table_columns => array(7) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "original_name" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "original_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hu_name" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "hu_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hu_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "hu_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "en_name" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "en_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "en_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "en_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "parent_breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "parent_breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "297" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"father" => object Model_Dog(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(5) "breed" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"mother" => object Model_Dog(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"dog_owner" => object Model_Owner(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(3) ( "primary_user" => array(2) ( "foreign_key" => string(15) "primary_user_id" "model" => string(4) "User" ) "defbreed" => array(2) ( "foreign_key" => string(11) "defbreed_id" "model" => string(5) "Breed" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) ) protected _has_many => array(5) ( "kennels" => array(4) ( "foreign_key" => string(8) "owner_id" "through" => NULL "far_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "coOwnedKennels" => array(4) ( "foreign_key" => string(10) "coowner_id" "through" => NULL "far_key" => string(16) "coownedkennel_id" "model" => string(6) "Kennel" ) "dogs" => array(4) ( "foreign_key" => string(8) "owner_id" "through" => NULL "far_key" => string(6) "dog_id" "model" => string(3) "Dog" ) "entries" => array(4) ( "foreign_key" => string(10) "handler_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(41) ( "id" => string(3) "773" "name" => string(14) "Natalija Celic" "email" => string(20) "naca.celic@gmail.com" "email_public" => string(1) "1" "country" => string(6) "Serbia" "country_public" => string(1) "0" "city" => string(8) "Belgrade" "city_public" => string(1) "1" "address" => string(11) "Resavska 84" "address_public" => string(1) "0" "phone" => string(13) "+381637853123" "phone_public" => string(1) "1" "name_public" => string(1) "1" "primary_user_id" => string(6) "200073" "protected" => string(1) "1" "user_id" => string(6) "200073" "updated" => string(19) "2018-01-14 15:09:28" "created" => string(19) "2017-12-01 14:15:58" "meoecard_id" => string(0) "" "meoecardvalidyear" => string(1) "0" "meoecardissuer" => string(0) "" "birthdate" => NULL "birthdate_public" => string(1) "0" "agilityteam" => string(0) "" "defbreed_id" => string(3) "297" "webpage" => string(0) "" "postcode" => string(5) "11000" "postcode_public" => string(1) "0" "postcode_letter" => string(0) "" "country_letter" => string(0) "" "city_letter" => string(0) "" "address_letter" => string(0) "" "letter_address_public" => string(1) "0" "asbapproved" => string(1) "0" "meoeemail" => NULL "meoename" => NULL "meoenamehash" => NULL "meoeemailhash" => NULL "meoecard_id_latest" => NULL "meoecardvalidyear_latest" => NULL "meoecardissuer_latest" => NULL ) protected _changed => array(0) protected _original_values => array(41) ( "id" => string(3) "773" "name" => string(14) "Natalija Celic" "email" => string(20) "naca.celic@gmail.com" "email_public" => string(1) "1" "country" => string(6) "Serbia" "country_public" => string(1) "0" "city" => string(8) "Belgrade" "city_public" => string(1) "1" "address" => string(11) "Resavska 84" "address_public" => string(1) "0" "phone" => string(13) "+381637853123" "phone_public" => string(1) "1" "name_public" => string(1) "1" "primary_user_id" => string(6) "200073" "protected" => string(1) "1" "user_id" => string(6) "200073" "updated" => string(19) "2018-01-14 15:09:28" "created" => string(19) "2017-12-01 14:15:58" "meoecard_id" => string(0) "" "meoecardvalidyear" => string(1) "0" "meoecardissuer" => string(0) "" "birthdate" => NULL "birthdate_public" => string(1) "0" "agilityteam" => string(0) "" "defbreed_id" => string(3) "297" "webpage" => string(0) "" "postcode" => string(5) "11000" "postcode_public" => string(1) "0" "postcode_letter" => string(0) "" "country_letter" => string(0) "" "city_letter" => string(0) "" "address_letter" => string(0) "" "letter_address_public" => string(1) "0" "asbapproved" => string(1) "0" "meoeemail" => NULL "meoename" => NULL "meoenamehash" => NULL "meoeemailhash" => NULL "meoecard_id_latest" => NULL "meoecardvalidyear_latest" => NULL "meoecardissuer_latest" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "owner" protected _object_plural => string(6) "owners" protected _table_name => string(6) "owners" protected _table_columns => array(41) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "email" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "email_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "country" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "country_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "city" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "city_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "address" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "address_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "phone" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "phone_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "name_public" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "primary_user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "primary_user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecard_id" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "meoecard_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardvalidyear" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(17) "meoecardvalidyear" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardissuer" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "meoecardissuer" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(16) "birthdate_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityteam" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "agilityteam" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "defbreed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "defbreed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "webpage" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "webpage" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "postcode" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(2) "10" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "postcode_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 28 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "postcode_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(2) "10" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "country_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "city_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 31 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "address_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 32 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "letter_address_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(21) "letter_address_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 33 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 34 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoeemail" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "meoeemail" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 35 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoename" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "meoename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 36 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoenamehash" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "meoenamehash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 37 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoeemailhash" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "meoeemailhash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 38 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecard_id_latest" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "meoecard_id_latest" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 39 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardvalidyear_latest" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(24) "meoecardvalidyear_latest" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 40 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardissuer_latest" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "meoecardissuer_latest" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 41 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "773" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(4) "5869" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(5) "owner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _table_name => string(11) "attachments" protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(8) ( "id" => string(2) "16" "linktext" => string(0) "" "filename" => string(15) "iv-rodovnik.jpg" "type" => string(0) "" "created" => string(19) "2017-12-01 14:49:33" "user_id" => string(6) "200073" "obj_id" => string(4) "5869" "obj_type" => string(2) "15" ) protected _changed => array(0) protected _original_values => array(8) ( "id" => string(2) "16" "linktext" => string(0) "" "filename" => string(15) "iv-rodovnik.jpg" "type" => string(0) "" "created" => string(19) "2017-12-01 14:49:33" "user_id" => string(6) "200073" "obj_id" => string(4) "5869" "obj_type" => string(2) "15" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(10) "attachment" protected _object_plural => string(11) "attachments" protected _table_columns => array(8) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "linktext" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "linktext" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "250" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "filename" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "filename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "250" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "type" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "type" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "obj_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "obj_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "obj_type" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "obj_type" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "16" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(10) "attachment" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }468 <?php 469 $message = Kohana::message("app_results", $lang.".required_attachment"); 470 foreach ($dog->attachments->where('obj_type','=',Model_Dog::getClassId())->find_all() as $attachment): ?> 471 <tr> 472 <td> 473 <?= $message[$attachment->type] ?> 474 </td> 475 476 <td> 477 <?= View::factory('attachment/viewAttachment') 478 ->set('obj_id', $dog->id)
-
SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)
0
string(49) "/var/www/dogresult/application/views/dog/view.php"
57 ob_start(); 58 59 try 60 { 61 // Load the view within the current scope 62 include $kohana_view_filename; 63 } 64 catch (Exception $e) 65 { 66 // Delete the output buffer 67 ob_end_clean();
-
MODPATH/mustache/classes/View.php [ 36 ] » Kohana_View::capture(arguments)
0
string(49) "/var/www/dogresult/application/views/dog/view.php"
1
array(33) ( "dog" => object Model_Dog(34)
{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => string(4) "5869" "name" => string(30) "ASK HER DANCE IN Extreme speed" "call_name" => string(2) "Iv" "description" => string(0) "" "birthdate" => string(10) "2016-03-30" "father_id" => string(4) "5862" "mother_id" => string(1) "0" "breed_id" => string(3) "297" "owner_id" => string(3) "773" "owner" => NULL "kennel_id" => string(1) "0" "handler" => NULL "user_id" => string(6) "200073" "gender" => string(1) "f" "regId" => string(12) "JR 70203 Boc" "color" => string(0) "" "visit" => NULL "listed" => string(3) "all" "created" => string(19) "2017-12-01 14:23:02" "updated" => string(19) "2017-12-01 14:41:56" "deleted" => NULL "protected" => string(1) "1" "spayed" => string(1) "0" "date_of_spay" => NULL "date_of_death" => NULL "rescue" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(26) ( "id" => string(4) "5869" "name" => string(30) "ASK HER DANCE IN Extreme speed" "call_name" => string(2) "Iv" "description" => string(0) "" "birthdate" => string(10) "2016-03-30" "father_id" => string(4) "5862" "mother_id" => string(1) "0" "breed_id" => string(3) "297" "owner_id" => string(3) "773" "owner" => NULL "kennel_id" => string(1) "0" "handler" => NULL "user_id" => string(6) "200073" "gender" => string(1) "f" "regId" => string(12) "JR 70203 Boc" "color" => string(0) "" "visit" => NULL "listed" => string(3) "all" "created" => string(19) "2017-12-01 14:23:02" "updated" => string(19) "2017-12-01 14:41:56" "deleted" => NULL "protected" => string(1) "1" "spayed" => string(1) "0" "date_of_spay" => NULL "date_of_death" => NULL "rescue" => string(1) "0" ) protected _related => array(5) ( "dogDetail" => object Model_DogDetail(34)
"levels" => NULL "sports" => array(6) ( "a" => string(7) "Agility" "o" => string(9) "Obedience" "h" => string(7) "Hoopers" "w" => string(11) "Working-dog" "f" => string(7) "Frisbee" "d" => string(12) "Kiállítás" ) "gender_sel" => string(5) "szuka" "colour_decode" => string(5) "Barna" "agilityClass" => string(2) "A1" "showResultsStr" => string(0) "" "litter" => object Model_Litter(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => string(4) "5869" "colour_id" => string(1) "2" "withers_height" => NULL "weight" => NULL "description" => string(0) "" "agilityworkbook_id" => string(2) "98" "chipnumber" => string(15) "941000018611317" "heightmeasuredate" => NULL "agilitysizecategory" => string(1) "L" "placeofmeasuring" => string(0) "" "measuringjudgename" => string(0) "" "agilityclass" => string(2) "A1" "a2stampdate" => NULL "a2signername" => string(0) "" "a2countedinresults" => string(0) "" "a3stampdate" => NULL "a3signername" => string(0) "" "a3countedinresults" => string(0) "" "firsta0date" => NULL "asbapproved" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(20) ( "dog_id" => string(4) "5869" "colour_id" => string(1) "2" "withers_height" => NULL "weight" => NULL "description" => string(0) "" "agilityworkbook_id" => string(2) "98" "chipnumber" => string(15) "941000018611317" "heightmeasuredate" => NULL "agilitysizecategory" => string(1) "L" "placeofmeasuring" => string(0) "" "measuringjudgename" => string(0) "" "agilityclass" => string(2) "A1" "a2stampdate" => NULL "a2signername" => string(0) "" "a2countedinresults" => string(0) "" "a3stampdate" => NULL "a3signername" => string(0) "" "a3countedinresults" => string(0) "" "firsta0date" => NULL "asbapproved" => string(1) "0" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => string(4) "5869" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"breed" => object Model_Breed(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(7) ( "id" => string(3) "297" "original_name" => string(13) "Border Collie" "hu_name" => string(13) "Border collie" "hu_description" => NULL "en_name" => string(13) "Border Collie" "en_description" => string(0) "" "parent_breed_id" => NULL ) protected _changed => array(0) protected _original_values => array(7) ( "id" => string(3) "297" "original_name" => string(13) "Border Collie" "hu_name" => string(13) "Border collie" "hu_description" => NULL "en_name" => string(13) "Border Collie" "en_description" => string(0) "" "parent_breed_id" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "breed" protected _object_plural => string(6) "breeds" protected _table_name => string(6) "breeds" protected _table_columns => array(7) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "original_name" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "original_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hu_name" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "hu_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hu_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "hu_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "en_name" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "en_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "en_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "en_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "parent_breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "parent_breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "297" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"father" => object Model_Dog(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(5) "breed" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"mother" => object Model_Dog(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"dog_owner" => object Model_Owner(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(3) ( "primary_user" => array(2) ( "foreign_key" => string(15) "primary_user_id" "model" => string(4) "User" ) "defbreed" => array(2) ( "foreign_key" => string(11) "defbreed_id" "model" => string(5) "Breed" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) ) protected _has_many => array(5) ( "kennels" => array(4) ( "foreign_key" => string(8) "owner_id" "through" => NULL "far_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "coOwnedKennels" => array(4) ( "foreign_key" => string(10) "coowner_id" "through" => NULL "far_key" => string(16) "coownedkennel_id" "model" => string(6) "Kennel" ) "dogs" => array(4) ( "foreign_key" => string(8) "owner_id" "through" => NULL "far_key" => string(6) "dog_id" "model" => string(3) "Dog" ) "entries" => array(4) ( "foreign_key" => string(10) "handler_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(41) ( "id" => string(3) "773" "name" => string(14) "Natalija Celic" "email" => string(20) "naca.celic@gmail.com" "email_public" => string(1) "1" "country" => string(6) "Serbia" "country_public" => string(1) "0" "city" => string(8) "Belgrade" "city_public" => string(1) "1" "address" => string(11) "Resavska 84" "address_public" => string(1) "0" "phone" => string(13) "+381637853123" "phone_public" => string(1) "1" "name_public" => string(1) "1" "primary_user_id" => string(6) "200073" "protected" => string(1) "1" "user_id" => string(6) "200073" "updated" => string(19) "2018-01-14 15:09:28" "created" => string(19) "2017-12-01 14:15:58" "meoecard_id" => string(0) "" "meoecardvalidyear" => string(1) "0" "meoecardissuer" => string(0) "" "birthdate" => NULL "birthdate_public" => string(1) "0" "agilityteam" => string(0) "" "defbreed_id" => string(3) "297" "webpage" => string(0) "" "postcode" => string(5) "11000" "postcode_public" => string(1) "0" "postcode_letter" => string(0) "" "country_letter" => string(0) "" "city_letter" => string(0) "" "address_letter" => string(0) "" "letter_address_public" => string(1) "0" "asbapproved" => string(1) "0" "meoeemail" => NULL "meoename" => NULL "meoenamehash" => NULL "meoeemailhash" => NULL "meoecard_id_latest" => NULL "meoecardvalidyear_latest" => NULL "meoecardissuer_latest" => NULL ) protected _changed => array(0) protected _original_values => array(41) ( "id" => string(3) "773" "name" => string(14) "Natalija Celic" "email" => string(20) "naca.celic@gmail.com" "email_public" => string(1) "1" "country" => string(6) "Serbia" "country_public" => string(1) "0" "city" => string(8) "Belgrade" "city_public" => string(1) "1" "address" => string(11) "Resavska 84" "address_public" => string(1) "0" "phone" => string(13) "+381637853123" "phone_public" => string(1) "1" "name_public" => string(1) "1" "primary_user_id" => string(6) "200073" "protected" => string(1) "1" "user_id" => string(6) "200073" "updated" => string(19) "2018-01-14 15:09:28" "created" => string(19) "2017-12-01 14:15:58" "meoecard_id" => string(0) "" "meoecardvalidyear" => string(1) "0" "meoecardissuer" => string(0) "" "birthdate" => NULL "birthdate_public" => string(1) "0" "agilityteam" => string(0) "" "defbreed_id" => string(3) "297" "webpage" => string(0) "" "postcode" => string(5) "11000" "postcode_public" => string(1) "0" "postcode_letter" => string(0) "" "country_letter" => string(0) "" "city_letter" => string(0) "" "address_letter" => string(0) "" "letter_address_public" => string(1) "0" "asbapproved" => string(1) "0" "meoeemail" => NULL "meoename" => NULL "meoenamehash" => NULL "meoeemailhash" => NULL "meoecard_id_latest" => NULL "meoecardvalidyear_latest" => NULL "meoecardissuer_latest" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "owner" protected _object_plural => string(6) "owners" protected _table_name => string(6) "owners" protected _table_columns => array(41) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "email" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "email_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "country" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "country_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "city" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "city_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "address" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "address_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "phone" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "phone_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "name_public" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "primary_user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "primary_user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecard_id" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "meoecard_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardvalidyear" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(17) "meoecardvalidyear" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardissuer" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "meoecardissuer" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(16) "birthdate_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityteam" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "agilityteam" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "defbreed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "defbreed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "webpage" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "webpage" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "postcode" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(2) "10" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "postcode_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 28 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "postcode_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(2) "10" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "country_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "city_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 31 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "address_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 32 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "letter_address_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(21) "letter_address_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 33 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 34 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoeemail" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "meoeemail" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 35 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoename" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "meoename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 36 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoenamehash" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "meoenamehash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 37 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoeemailhash" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "meoeemailhash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 38 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecard_id_latest" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "meoecard_id_latest" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 39 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardvalidyear_latest" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(24) "meoecardvalidyear_latest" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 40 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardissuer_latest" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "meoecardissuer_latest" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 41 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "773" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(4) "5869" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(5) "owner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(3) ( "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) ) protected _has_many => array(1) ( "photos" => array(4) ( "foreign_key" => string(9) "object_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) ) protected _table_name => string(7) "litters" protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(12) ( "id" => NULL "father_id" => NULL "mother_id" => NULL "kennel_id" => NULL "mating_date" => NULL "date_of_birth" => NULL "littername" => NULL "user_id" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(6) "litter" protected _object_plural => string(7) "litters" protected _table_columns => array(12) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "mating_date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "mating_date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_birth" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_birth" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "littername" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "littername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"litters" => object View(2){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(6) "litter" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _file => string(51) "/var/www/dogresult/application/views/dog/litter.php" protected _data => array(2) ( "litters" => object Database_MySQLi_Result(7)
"dogShowResults" => object View(2){ protected _internal_row => integer 0 protected _query => string(511) "SELECT `litter`.`id` AS `id`, `litter`.`father_id` AS `father_id`, `litter`.`mother_id` AS `mother_id`, `litter`.`kennel_id` AS …" protected _result => object mysqli_result(5)
"__" => object Closure(1){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }
protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(12) "Model_Litter" protected _object_params => NULL }{ public 0 => object Closure(1) { *RECURSION* } }
) }{ protected _file => string(70) "/var/www/dogresult/application/views/results/view_showResList.mustache" protected _data => array(2) ( "results" => array(0) "__" => object Closure(1)
"dogShowTitles" => object View(2){ public 0 => object Closure(1) { *RECURSION* } }
) }{ protected _file => string(72) "/var/www/dogresult/application/views/results/view_showTitleList.mustache" protected _data => array(3) ( "results" => array(0) "dog" => object Model_Dog(34)
"dogWorkingResults" => object View(2){ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => string(4) "5869" "name" => string(30) "ASK HER DANCE IN Extreme speed" "call_name" => string(2) "Iv" "description" => string(0) "" "birthdate" => string(10) "2016-03-30" "father_id" => string(4) "5862" "mother_id" => string(1) "0" "breed_id" => string(3) "297" "owner_id" => string(3) "773" "owner" => NULL "kennel_id" => string(1) "0" "handler" => NULL "user_id" => string(6) "200073" "gender" => string(1) "f" "regId" => string(12) "JR 70203 Boc" "color" => string(0) "" "visit" => NULL "listed" => string(3) "all" "created" => string(19) "2017-12-01 14:23:02" "updated" => string(19) "2017-12-01 14:41:56" "deleted" => NULL "protected" => string(1) "1" "spayed" => string(1) "0" "date_of_spay" => NULL "date_of_death" => NULL "rescue" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(26) ( "id" => string(4) "5869" "name" => string(30) "ASK HER DANCE IN Extreme speed" "call_name" => string(2) "Iv" "description" => string(0) "" "birthdate" => string(10) "2016-03-30" "father_id" => string(4) "5862" "mother_id" => string(1) "0" "breed_id" => string(3) "297" "owner_id" => string(3) "773" "owner" => NULL "kennel_id" => string(1) "0" "handler" => NULL "user_id" => string(6) "200073" "gender" => string(1) "f" "regId" => string(12) "JR 70203 Boc" "color" => string(0) "" "visit" => NULL "listed" => string(3) "all" "created" => string(19) "2017-12-01 14:23:02" "updated" => string(19) "2017-12-01 14:41:56" "deleted" => NULL "protected" => string(1) "1" "spayed" => string(1) "0" "date_of_spay" => NULL "date_of_death" => NULL "rescue" => string(1) "0" ) protected _related => array(5) ( "dogDetail" => object Model_DogDetail(34)
"__" => object Closure(1){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => string(4) "5869" "colour_id" => string(1) "2" "withers_height" => NULL "weight" => NULL "description" => string(0) "" "agilityworkbook_id" => string(2) "98" "chipnumber" => string(15) "941000018611317" "heightmeasuredate" => NULL "agilitysizecategory" => string(1) "L" "placeofmeasuring" => string(0) "" "measuringjudgename" => string(0) "" "agilityclass" => string(2) "A1" "a2stampdate" => NULL "a2signername" => string(0) "" "a2countedinresults" => string(0) "" "a3stampdate" => NULL "a3signername" => string(0) "" "a3countedinresults" => string(0) "" "firsta0date" => NULL "asbapproved" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(20) ( "dog_id" => string(4) "5869" "colour_id" => string(1) "2" "withers_height" => NULL "weight" => NULL "description" => string(0) "" "agilityworkbook_id" => string(2) "98" "chipnumber" => string(15) "941000018611317" "heightmeasuredate" => NULL "agilitysizecategory" => string(1) "L" "placeofmeasuring" => string(0) "" "measuringjudgename" => string(0) "" "agilityclass" => string(2) "A1" "a2stampdate" => NULL "a2signername" => string(0) "" "a2countedinresults" => string(0) "" "a3stampdate" => NULL "a3signername" => string(0) "" "a3countedinresults" => string(0) "" "firsta0date" => NULL "asbapproved" => string(1) "0" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => string(4) "5869" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"breed" => object Model_Breed(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(7) ( "id" => string(3) "297" "original_name" => string(13) "Border Collie" "hu_name" => string(13) "Border collie" "hu_description" => NULL "en_name" => string(13) "Border Collie" "en_description" => string(0) "" "parent_breed_id" => NULL ) protected _changed => array(0) protected _original_values => array(7) ( "id" => string(3) "297" "original_name" => string(13) "Border Collie" "hu_name" => string(13) "Border collie" "hu_description" => NULL "en_name" => string(13) "Border Collie" "en_description" => string(0) "" "parent_breed_id" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "breed" protected _object_plural => string(6) "breeds" protected _table_name => string(6) "breeds" protected _table_columns => array(7) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "original_name" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "original_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hu_name" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "hu_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hu_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "hu_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "en_name" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "en_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "en_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "en_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "parent_breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "parent_breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "297" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"father" => object Model_Dog(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(5) "breed" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"mother" => object Model_Dog(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"dog_owner" => object Model_Owner(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(3) ( "primary_user" => array(2) ( "foreign_key" => string(15) "primary_user_id" "model" => string(4) "User" ) "defbreed" => array(2) ( "foreign_key" => string(11) "defbreed_id" "model" => string(5) "Breed" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) ) protected _has_many => array(5) ( "kennels" => array(4) ( "foreign_key" => string(8) "owner_id" "through" => NULL "far_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "coOwnedKennels" => array(4) ( "foreign_key" => string(10) "coowner_id" "through" => NULL "far_key" => string(16) "coownedkennel_id" "model" => string(6) "Kennel" ) "dogs" => array(4) ( "foreign_key" => string(8) "owner_id" "through" => NULL "far_key" => string(6) "dog_id" "model" => string(3) "Dog" ) "entries" => array(4) ( "foreign_key" => string(10) "handler_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(41) ( "id" => string(3) "773" "name" => string(14) "Natalija Celic" "email" => string(20) "naca.celic@gmail.com" "email_public" => string(1) "1" "country" => string(6) "Serbia" "country_public" => string(1) "0" "city" => string(8) "Belgrade" "city_public" => string(1) "1" "address" => string(11) "Resavska 84" "address_public" => string(1) "0" "phone" => string(13) "+381637853123" "phone_public" => string(1) "1" "name_public" => string(1) "1" "primary_user_id" => string(6) "200073" "protected" => string(1) "1" "user_id" => string(6) "200073" "updated" => string(19) "2018-01-14 15:09:28" "created" => string(19) "2017-12-01 14:15:58" "meoecard_id" => string(0) "" "meoecardvalidyear" => string(1) "0" "meoecardissuer" => string(0) "" "birthdate" => NULL "birthdate_public" => string(1) "0" "agilityteam" => string(0) "" "defbreed_id" => string(3) "297" "webpage" => string(0) "" "postcode" => string(5) "11000" "postcode_public" => string(1) "0" "postcode_letter" => string(0) "" "country_letter" => string(0) "" "city_letter" => string(0) "" "address_letter" => string(0) "" "letter_address_public" => string(1) "0" "asbapproved" => string(1) "0" "meoeemail" => NULL "meoename" => NULL "meoenamehash" => NULL "meoeemailhash" => NULL "meoecard_id_latest" => NULL "meoecardvalidyear_latest" => NULL "meoecardissuer_latest" => NULL ) protected _changed => array(0) protected _original_values => array(41) ( "id" => string(3) "773" "name" => string(14) "Natalija Celic" "email" => string(20) "naca.celic@gmail.com" "email_public" => string(1) "1" "country" => string(6) "Serbia" "country_public" => string(1) "0" "city" => string(8) "Belgrade" "city_public" => string(1) "1" "address" => string(11) "Resavska 84" "address_public" => string(1) "0" "phone" => string(13) "+381637853123" "phone_public" => string(1) "1" "name_public" => string(1) "1" "primary_user_id" => string(6) "200073" "protected" => string(1) "1" "user_id" => string(6) "200073" "updated" => string(19) "2018-01-14 15:09:28" "created" => string(19) "2017-12-01 14:15:58" "meoecard_id" => string(0) "" "meoecardvalidyear" => string(1) "0" "meoecardissuer" => string(0) "" "birthdate" => NULL "birthdate_public" => string(1) "0" "agilityteam" => string(0) "" "defbreed_id" => string(3) "297" "webpage" => string(0) "" "postcode" => string(5) "11000" "postcode_public" => string(1) "0" "postcode_letter" => string(0) "" "country_letter" => string(0) "" "city_letter" => string(0) "" "address_letter" => string(0) "" "letter_address_public" => string(1) "0" "asbapproved" => string(1) "0" "meoeemail" => NULL "meoename" => NULL "meoenamehash" => NULL "meoeemailhash" => NULL "meoecard_id_latest" => NULL "meoecardvalidyear_latest" => NULL "meoecardissuer_latest" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "owner" protected _object_plural => string(6) "owners" protected _table_name => string(6) "owners" protected _table_columns => array(41) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "email" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "email_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "country" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "country_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "city" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "city_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "address" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "address_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "phone" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "phone_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "name_public" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "primary_user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "primary_user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecard_id" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "meoecard_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardvalidyear" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(17) "meoecardvalidyear" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardissuer" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "meoecardissuer" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(16) "birthdate_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityteam" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "agilityteam" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "defbreed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "defbreed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "webpage" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "webpage" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "postcode" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(2) "10" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "postcode_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 28 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "postcode_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(2) "10" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "country_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "city_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 31 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "address_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 32 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "letter_address_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(21) "letter_address_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 33 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 34 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoeemail" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "meoeemail" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 35 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoename" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "meoename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 36 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoenamehash" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "meoenamehash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 37 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoeemailhash" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "meoeemailhash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 38 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecard_id_latest" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "meoecard_id_latest" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 39 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardvalidyear_latest" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(24) "meoecardvalidyear_latest" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 40 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardissuer_latest" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "meoecardissuer_latest" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 41 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "773" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(4) "5869" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(5) "owner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ public 0 => object Closure(1) { *RECURSION* } }
) }{ protected _file => string(70) "/var/www/dogresult/application/views/results/view_workingList.mustache" protected _data => array(3) ( "results" => array(0) "hasEditingPermission" => bool FALSE "__" => object Closure(1)
"dogHealthTestResults" => object View(2){ public 0 => object Closure(1) { *RECURSION* } }
) }{ protected _file => string(70) "/var/www/dogresult/application/views/results/view_hipTestList.mustache" protected _data => array(3) ( "results" => array(0) "dog" => object Model_Dog(34)
"suitabilityTests" => object View(2){ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => string(4) "5869" "name" => string(30) "ASK HER DANCE IN Extreme speed" "call_name" => string(2) "Iv" "description" => string(0) "" "birthdate" => string(10) "2016-03-30" "father_id" => string(4) "5862" "mother_id" => string(1) "0" "breed_id" => string(3) "297" "owner_id" => string(3) "773" "owner" => NULL "kennel_id" => string(1) "0" "handler" => NULL "user_id" => string(6) "200073" "gender" => string(1) "f" "regId" => string(12) "JR 70203 Boc" "color" => string(0) "" "visit" => NULL "listed" => string(3) "all" "created" => string(19) "2017-12-01 14:23:02" "updated" => string(19) "2017-12-01 14:41:56" "deleted" => NULL "protected" => string(1) "1" "spayed" => string(1) "0" "date_of_spay" => NULL "date_of_death" => NULL "rescue" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(26) ( "id" => string(4) "5869" "name" => string(30) "ASK HER DANCE IN Extreme speed" "call_name" => string(2) "Iv" "description" => string(0) "" "birthdate" => string(10) "2016-03-30" "father_id" => string(4) "5862" "mother_id" => string(1) "0" "breed_id" => string(3) "297" "owner_id" => string(3) "773" "owner" => NULL "kennel_id" => string(1) "0" "handler" => NULL "user_id" => string(6) "200073" "gender" => string(1) "f" "regId" => string(12) "JR 70203 Boc" "color" => string(0) "" "visit" => NULL "listed" => string(3) "all" "created" => string(19) "2017-12-01 14:23:02" "updated" => string(19) "2017-12-01 14:41:56" "deleted" => NULL "protected" => string(1) "1" "spayed" => string(1) "0" "date_of_spay" => NULL "date_of_death" => NULL "rescue" => string(1) "0" ) protected _related => array(5) ( "dogDetail" => object Model_DogDetail(34)
"__" => object Closure(1){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => string(4) "5869" "colour_id" => string(1) "2" "withers_height" => NULL "weight" => NULL "description" => string(0) "" "agilityworkbook_id" => string(2) "98" "chipnumber" => string(15) "941000018611317" "heightmeasuredate" => NULL "agilitysizecategory" => string(1) "L" "placeofmeasuring" => string(0) "" "measuringjudgename" => string(0) "" "agilityclass" => string(2) "A1" "a2stampdate" => NULL "a2signername" => string(0) "" "a2countedinresults" => string(0) "" "a3stampdate" => NULL "a3signername" => string(0) "" "a3countedinresults" => string(0) "" "firsta0date" => NULL "asbapproved" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(20) ( "dog_id" => string(4) "5869" "colour_id" => string(1) "2" "withers_height" => NULL "weight" => NULL "description" => string(0) "" "agilityworkbook_id" => string(2) "98" "chipnumber" => string(15) "941000018611317" "heightmeasuredate" => NULL "agilitysizecategory" => string(1) "L" "placeofmeasuring" => string(0) "" "measuringjudgename" => string(0) "" "agilityclass" => string(2) "A1" "a2stampdate" => NULL "a2signername" => string(0) "" "a2countedinresults" => string(0) "" "a3stampdate" => NULL "a3signername" => string(0) "" "a3countedinresults" => string(0) "" "firsta0date" => NULL "asbapproved" => string(1) "0" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => string(4) "5869" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"breed" => object Model_Breed(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(7) ( "id" => string(3) "297" "original_name" => string(13) "Border Collie" "hu_name" => string(13) "Border collie" "hu_description" => NULL "en_name" => string(13) "Border Collie" "en_description" => string(0) "" "parent_breed_id" => NULL ) protected _changed => array(0) protected _original_values => array(7) ( "id" => string(3) "297" "original_name" => string(13) "Border Collie" "hu_name" => string(13) "Border collie" "hu_description" => NULL "en_name" => string(13) "Border Collie" "en_description" => string(0) "" "parent_breed_id" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "breed" protected _object_plural => string(6) "breeds" protected _table_name => string(6) "breeds" protected _table_columns => array(7) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "original_name" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "original_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hu_name" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "hu_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hu_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "hu_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "en_name" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "en_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "en_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "en_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "parent_breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "parent_breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "297" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"father" => object Model_Dog(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(5) "breed" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"mother" => object Model_Dog(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"dog_owner" => object Model_Owner(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(3) ( "primary_user" => array(2) ( "foreign_key" => string(15) "primary_user_id" "model" => string(4) "User" ) "defbreed" => array(2) ( "foreign_key" => string(11) "defbreed_id" "model" => string(5) "Breed" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) ) protected _has_many => array(5) ( "kennels" => array(4) ( "foreign_key" => string(8) "owner_id" "through" => NULL "far_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "coOwnedKennels" => array(4) ( "foreign_key" => string(10) "coowner_id" "through" => NULL "far_key" => string(16) "coownedkennel_id" "model" => string(6) "Kennel" ) "dogs" => array(4) ( "foreign_key" => string(8) "owner_id" "through" => NULL "far_key" => string(6) "dog_id" "model" => string(3) "Dog" ) "entries" => array(4) ( "foreign_key" => string(10) "handler_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(41) ( "id" => string(3) "773" "name" => string(14) "Natalija Celic" "email" => string(20) "naca.celic@gmail.com" "email_public" => string(1) "1" "country" => string(6) "Serbia" "country_public" => string(1) "0" "city" => string(8) "Belgrade" "city_public" => string(1) "1" "address" => string(11) "Resavska 84" "address_public" => string(1) "0" "phone" => string(13) "+381637853123" "phone_public" => string(1) "1" "name_public" => string(1) "1" "primary_user_id" => string(6) "200073" "protected" => string(1) "1" "user_id" => string(6) "200073" "updated" => string(19) "2018-01-14 15:09:28" "created" => string(19) "2017-12-01 14:15:58" "meoecard_id" => string(0) "" "meoecardvalidyear" => string(1) "0" "meoecardissuer" => string(0) "" "birthdate" => NULL "birthdate_public" => string(1) "0" "agilityteam" => string(0) "" "defbreed_id" => string(3) "297" "webpage" => string(0) "" "postcode" => string(5) "11000" "postcode_public" => string(1) "0" "postcode_letter" => string(0) "" "country_letter" => string(0) "" "city_letter" => string(0) "" "address_letter" => string(0) "" "letter_address_public" => string(1) "0" "asbapproved" => string(1) "0" "meoeemail" => NULL "meoename" => NULL "meoenamehash" => NULL "meoeemailhash" => NULL "meoecard_id_latest" => NULL "meoecardvalidyear_latest" => NULL "meoecardissuer_latest" => NULL ) protected _changed => array(0) protected _original_values => array(41) ( "id" => string(3) "773" "name" => string(14) "Natalija Celic" "email" => string(20) "naca.celic@gmail.com" "email_public" => string(1) "1" "country" => string(6) "Serbia" "country_public" => string(1) "0" "city" => string(8) "Belgrade" "city_public" => string(1) "1" "address" => string(11) "Resavska 84" "address_public" => string(1) "0" "phone" => string(13) "+381637853123" "phone_public" => string(1) "1" "name_public" => string(1) "1" "primary_user_id" => string(6) "200073" "protected" => string(1) "1" "user_id" => string(6) "200073" "updated" => string(19) "2018-01-14 15:09:28" "created" => string(19) "2017-12-01 14:15:58" "meoecard_id" => string(0) "" "meoecardvalidyear" => string(1) "0" "meoecardissuer" => string(0) "" "birthdate" => NULL "birthdate_public" => string(1) "0" "agilityteam" => string(0) "" "defbreed_id" => string(3) "297" "webpage" => string(0) "" "postcode" => string(5) "11000" "postcode_public" => string(1) "0" "postcode_letter" => string(0) "" "country_letter" => string(0) "" "city_letter" => string(0) "" "address_letter" => string(0) "" "letter_address_public" => string(1) "0" "asbapproved" => string(1) "0" "meoeemail" => NULL "meoename" => NULL "meoenamehash" => NULL "meoeemailhash" => NULL "meoecard_id_latest" => NULL "meoecardvalidyear_latest" => NULL "meoecardissuer_latest" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "owner" protected _object_plural => string(6) "owners" protected _table_name => string(6) "owners" protected _table_columns => array(41) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "email" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "email_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "country" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "country_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "city" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "city_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "address" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "address_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "phone" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "phone_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "name_public" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "primary_user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "primary_user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecard_id" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "meoecard_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardvalidyear" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(17) "meoecardvalidyear" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardissuer" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "meoecardissuer" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(16) "birthdate_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityteam" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "agilityteam" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "defbreed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "defbreed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "webpage" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "webpage" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "postcode" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(2) "10" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "postcode_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 28 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "postcode_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(2) "10" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "country_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "city_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 31 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "address_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 32 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "letter_address_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(21) "letter_address_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 33 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 34 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoeemail" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "meoeemail" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 35 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoename" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "meoename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 36 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoenamehash" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "meoenamehash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 37 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoeemailhash" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "meoeemailhash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 38 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecard_id_latest" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "meoecard_id_latest" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 39 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardvalidyear_latest" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(24) "meoecardvalidyear_latest" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 40 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardissuer_latest" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "meoecardissuer_latest" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 41 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "773" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(4) "5869" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(5) "owner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ public 0 => object Closure(1) { *RECURSION* } }
) }{ protected _file => string(71) "/var/www/dogresult/application/views/results/view_suitableList.mustache" protected _data => array(2) ( "suitableTests" => array(0) "__" => object Closure(1)
"hipTestId" => NULL "patellaId" => NULL "elbowTestId" => NULL "shoulderTestId" => NULL "chart" => object View(2){ public 0 => object Closure(1) { *RECURSION* } }
) }{ protected _file => string(55) "/var/www/dogresult/application/views/dog/chart.mustache" protected _data => array(30) ( "root" => object Model_Dog(34)
"owner" => object View(2){ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => string(4) "5869" "name" => string(30) "ASK HER DANCE IN Extreme speed" "call_name" => string(2) "Iv" "description" => string(0) "" "birthdate" => string(10) "2016-03-30" "father_id" => string(4) "5862" "mother_id" => string(1) "0" "breed_id" => string(3) "297" "owner_id" => string(3) "773" "owner" => NULL "kennel_id" => string(1) "0" "handler" => NULL "user_id" => string(6) "200073" "gender" => string(1) "f" "regId" => string(12) "JR 70203 Boc" "color" => string(0) "" "visit" => NULL "listed" => string(3) "all" "created" => string(19) "2017-12-01 14:23:02" "updated" => string(19) "2017-12-01 14:41:56" "deleted" => NULL "protected" => string(1) "1" "spayed" => string(1) "0" "date_of_spay" => NULL "date_of_death" => NULL "rescue" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(26) ( "id" => string(4) "5869" "name" => string(30) "ASK HER DANCE IN Extreme speed" "call_name" => string(2) "Iv" "description" => string(0) "" "birthdate" => string(10) "2016-03-30" "father_id" => string(4) "5862" "mother_id" => string(1) "0" "breed_id" => string(3) "297" "owner_id" => string(3) "773" "owner" => NULL "kennel_id" => string(1) "0" "handler" => NULL "user_id" => string(6) "200073" "gender" => string(1) "f" "regId" => string(12) "JR 70203 Boc" "color" => string(0) "" "visit" => NULL "listed" => string(3) "all" "created" => string(19) "2017-12-01 14:23:02" "updated" => string(19) "2017-12-01 14:41:56" "deleted" => NULL "protected" => string(1) "1" "spayed" => string(1) "0" "date_of_spay" => NULL "date_of_death" => NULL "rescue" => string(1) "0" ) protected _related => array(5) ( "dogDetail" => object Model_DogDetail(34)
"f" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => string(4) "5869" "colour_id" => string(1) "2" "withers_height" => NULL "weight" => NULL "description" => string(0) "" "agilityworkbook_id" => string(2) "98" "chipnumber" => string(15) "941000018611317" "heightmeasuredate" => NULL "agilitysizecategory" => string(1) "L" "placeofmeasuring" => string(0) "" "measuringjudgename" => string(0) "" "agilityclass" => string(2) "A1" "a2stampdate" => NULL "a2signername" => string(0) "" "a2countedinresults" => string(0) "" "a3stampdate" => NULL "a3signername" => string(0) "" "a3countedinresults" => string(0) "" "firsta0date" => NULL "asbapproved" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(20) ( "dog_id" => string(4) "5869" "colour_id" => string(1) "2" "withers_height" => NULL "weight" => NULL "description" => string(0) "" "agilityworkbook_id" => string(2) "98" "chipnumber" => string(15) "941000018611317" "heightmeasuredate" => NULL "agilitysizecategory" => string(1) "L" "placeofmeasuring" => string(0) "" "measuringjudgename" => string(0) "" "agilityclass" => string(2) "A1" "a2stampdate" => NULL "a2signername" => string(0) "" "a2countedinresults" => string(0) "" "a3stampdate" => NULL "a3signername" => string(0) "" "a3countedinresults" => string(0) "" "firsta0date" => NULL "asbapproved" => string(1) "0" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => string(4) "5869" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"breed" => object Model_Breed(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(7) ( "id" => string(3) "297" "original_name" => string(13) "Border Collie" "hu_name" => string(13) "Border collie" "hu_description" => NULL "en_name" => string(13) "Border Collie" "en_description" => string(0) "" "parent_breed_id" => NULL ) protected _changed => array(0) protected _original_values => array(7) ( "id" => string(3) "297" "original_name" => string(13) "Border Collie" "hu_name" => string(13) "Border collie" "hu_description" => NULL "en_name" => string(13) "Border Collie" "en_description" => string(0) "" "parent_breed_id" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "breed" protected _object_plural => string(6) "breeds" protected _table_name => string(6) "breeds" protected _table_columns => array(7) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "original_name" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "original_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hu_name" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "hu_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hu_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "hu_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "en_name" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "en_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "en_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "en_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "parent_breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "parent_breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "297" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"father" => object Model_Dog(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(5) "breed" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"mother" => object Model_Dog(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"dog_owner" => object Model_Owner(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(3) ( "primary_user" => array(2) ( "foreign_key" => string(15) "primary_user_id" "model" => string(4) "User" ) "defbreed" => array(2) ( "foreign_key" => string(11) "defbreed_id" "model" => string(5) "Breed" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) ) protected _has_many => array(5) ( "kennels" => array(4) ( "foreign_key" => string(8) "owner_id" "through" => NULL "far_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "coOwnedKennels" => array(4) ( "foreign_key" => string(10) "coowner_id" "through" => NULL "far_key" => string(16) "coownedkennel_id" "model" => string(6) "Kennel" ) "dogs" => array(4) ( "foreign_key" => string(8) "owner_id" "through" => NULL "far_key" => string(6) "dog_id" "model" => string(3) "Dog" ) "entries" => array(4) ( "foreign_key" => string(10) "handler_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(41) ( "id" => string(3) "773" "name" => string(14) "Natalija Celic" "email" => string(20) "naca.celic@gmail.com" "email_public" => string(1) "1" "country" => string(6) "Serbia" "country_public" => string(1) "0" "city" => string(8) "Belgrade" "city_public" => string(1) "1" "address" => string(11) "Resavska 84" "address_public" => string(1) "0" "phone" => string(13) "+381637853123" "phone_public" => string(1) "1" "name_public" => string(1) "1" "primary_user_id" => string(6) "200073" "protected" => string(1) "1" "user_id" => string(6) "200073" "updated" => string(19) "2018-01-14 15:09:28" "created" => string(19) "2017-12-01 14:15:58" "meoecard_id" => string(0) "" "meoecardvalidyear" => string(1) "0" "meoecardissuer" => string(0) "" "birthdate" => NULL "birthdate_public" => string(1) "0" "agilityteam" => string(0) "" "defbreed_id" => string(3) "297" "webpage" => string(0) "" "postcode" => string(5) "11000" "postcode_public" => string(1) "0" "postcode_letter" => string(0) "" "country_letter" => string(0) "" "city_letter" => string(0) "" "address_letter" => string(0) "" "letter_address_public" => string(1) "0" "asbapproved" => string(1) "0" "meoeemail" => NULL "meoename" => NULL "meoenamehash" => NULL "meoeemailhash" => NULL "meoecard_id_latest" => NULL "meoecardvalidyear_latest" => NULL "meoecardissuer_latest" => NULL ) protected _changed => array(0) protected _original_values => array(41) ( "id" => string(3) "773" "name" => string(14) "Natalija Celic" "email" => string(20) "naca.celic@gmail.com" "email_public" => string(1) "1" "country" => string(6) "Serbia" "country_public" => string(1) "0" "city" => string(8) "Belgrade" "city_public" => string(1) "1" "address" => string(11) "Resavska 84" "address_public" => string(1) "0" "phone" => string(13) "+381637853123" "phone_public" => string(1) "1" "name_public" => string(1) "1" "primary_user_id" => string(6) "200073" "protected" => string(1) "1" "user_id" => string(6) "200073" "updated" => string(19) "2018-01-14 15:09:28" "created" => string(19) "2017-12-01 14:15:58" "meoecard_id" => string(0) "" "meoecardvalidyear" => string(1) "0" "meoecardissuer" => string(0) "" "birthdate" => NULL "birthdate_public" => string(1) "0" "agilityteam" => string(0) "" "defbreed_id" => string(3) "297" "webpage" => string(0) "" "postcode" => string(5) "11000" "postcode_public" => string(1) "0" "postcode_letter" => string(0) "" "country_letter" => string(0) "" "city_letter" => string(0) "" "address_letter" => string(0) "" "letter_address_public" => string(1) "0" "asbapproved" => string(1) "0" "meoeemail" => NULL "meoename" => NULL "meoenamehash" => NULL "meoeemailhash" => NULL "meoecard_id_latest" => NULL "meoecardvalidyear_latest" => NULL "meoecardissuer_latest" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "owner" protected _object_plural => string(6) "owners" protected _table_name => string(6) "owners" protected _table_columns => array(41) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "email" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "email_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "country" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "country_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "city" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "city_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "address" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "address_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "phone" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "phone_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "name_public" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "primary_user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "primary_user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecard_id" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "meoecard_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardvalidyear" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(17) "meoecardvalidyear" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardissuer" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "meoecardissuer" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(16) "birthdate_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityteam" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "agilityteam" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "defbreed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "defbreed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "webpage" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "webpage" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "postcode" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(2) "10" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "postcode_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 28 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "postcode_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(2) "10" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "country_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "city_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 31 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "address_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 32 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "letter_address_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(21) "letter_address_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 33 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 34 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoeemail" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "meoeemail" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 35 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoename" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "meoename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 36 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoenamehash" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "meoenamehash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 37 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoeemailhash" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "meoeemailhash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 38 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecard_id_latest" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "meoecard_id_latest" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 39 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardvalidyear_latest" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(24) "meoecardvalidyear_latest" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 40 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardissuer_latest" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "meoecardissuer_latest" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 41 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "773" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(4) "5869" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(5) "owner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"f_color" => string(0) "" "m" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"m_color" => string(0) "" "ff" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"ff_color" => string(0) "" "fff" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"fff_color" => string(0) "" "ffm" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"ffm_color" => string(0) "" "fm" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"fm_color" => string(0) "" "fmf" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"fmf_color" => string(0) "" "fmm" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"fmm_color" => string(0) "" "mf" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"mf_color" => string(0) "" "mff" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"mff_color" => string(0) "" "mfm" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"mfm_color" => string(0) "" "mm" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"mm_color" => string(0) "" "mmf" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"mmf_color" => string(0) "" "mmm" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"mmm_color" => string(0) "" "__" => object Closure(1){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ public 0 => object Closure(1) { *RECURSION* } }
) }{ protected _file => string(55) "/var/www/dogresult/application/views/dog/view_owner.php" protected _data => array(4) ( "dog" => object Model_Dog(34)
"adminOrClubRights" => bool FALSE "kennelAnchor" => NULL "hasEditingPermission" => bool FALSE "hasAgilityRole" => bool FALSE "hasAdminRole" => bool FALSE "avatar" => string(19) "00/00/00/02/255.jpg" "birthdateFormated" => string(10) "2016.03.30" "dateOfDeathFormated" => NULL "dateOfSpayFormated" => NULL "a2StampDateFormated" => NULL "a3StampDateFormated" => NULL "heightmeasureDateFormated" => NULL "firstA0DateFormated" => NULL ){ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => string(4) "5869" "name" => string(30) "ASK HER DANCE IN Extreme speed" "call_name" => string(2) "Iv" "description" => string(0) "" "birthdate" => string(10) "2016-03-30" "father_id" => string(4) "5862" "mother_id" => string(1) "0" "breed_id" => string(3) "297" "owner_id" => string(3) "773" "owner" => NULL "kennel_id" => string(1) "0" "handler" => NULL "user_id" => string(6) "200073" "gender" => string(1) "f" "regId" => string(12) "JR 70203 Boc" "color" => string(0) "" "visit" => NULL "listed" => string(3) "all" "created" => string(19) "2017-12-01 14:23:02" "updated" => string(19) "2017-12-01 14:41:56" "deleted" => NULL "protected" => string(1) "1" "spayed" => string(1) "0" "date_of_spay" => NULL "date_of_death" => NULL "rescue" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(26) ( "id" => string(4) "5869" "name" => string(30) "ASK HER DANCE IN Extreme speed" "call_name" => string(2) "Iv" "description" => string(0) "" "birthdate" => string(10) "2016-03-30" "father_id" => string(4) "5862" "mother_id" => string(1) "0" "breed_id" => string(3) "297" "owner_id" => string(3) "773" "owner" => NULL "kennel_id" => string(1) "0" "handler" => NULL "user_id" => string(6) "200073" "gender" => string(1) "f" "regId" => string(12) "JR 70203 Boc" "color" => string(0) "" "visit" => NULL "listed" => string(3) "all" "created" => string(19) "2017-12-01 14:23:02" "updated" => string(19) "2017-12-01 14:41:56" "deleted" => NULL "protected" => string(1) "1" "spayed" => string(1) "0" "date_of_spay" => NULL "date_of_death" => NULL "rescue" => string(1) "0" ) protected _related => array(5) ( "dogDetail" => object Model_DogDetail(34)
"myownerproposals" => NULL "openProposals" => NULL "hasEditingPermission" => bool FALSE ) }{ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => string(4) "5869" "colour_id" => string(1) "2" "withers_height" => NULL "weight" => NULL "description" => string(0) "" "agilityworkbook_id" => string(2) "98" "chipnumber" => string(15) "941000018611317" "heightmeasuredate" => NULL "agilitysizecategory" => string(1) "L" "placeofmeasuring" => string(0) "" "measuringjudgename" => string(0) "" "agilityclass" => string(2) "A1" "a2stampdate" => NULL "a2signername" => string(0) "" "a2countedinresults" => string(0) "" "a3stampdate" => NULL "a3signername" => string(0) "" "a3countedinresults" => string(0) "" "firsta0date" => NULL "asbapproved" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(20) ( "dog_id" => string(4) "5869" "colour_id" => string(1) "2" "withers_height" => NULL "weight" => NULL "description" => string(0) "" "agilityworkbook_id" => string(2) "98" "chipnumber" => string(15) "941000018611317" "heightmeasuredate" => NULL "agilitysizecategory" => string(1) "L" "placeofmeasuring" => string(0) "" "measuringjudgename" => string(0) "" "agilityclass" => string(2) "A1" "a2stampdate" => NULL "a2signername" => string(0) "" "a2countedinresults" => string(0) "" "a3stampdate" => NULL "a3signername" => string(0) "" "a3countedinresults" => string(0) "" "firsta0date" => NULL "asbapproved" => string(1) "0" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => string(4) "5869" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"breed" => object Model_Breed(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(7) ( "id" => string(3) "297" "original_name" => string(13) "Border Collie" "hu_name" => string(13) "Border collie" "hu_description" => NULL "en_name" => string(13) "Border Collie" "en_description" => string(0) "" "parent_breed_id" => NULL ) protected _changed => array(0) protected _original_values => array(7) ( "id" => string(3) "297" "original_name" => string(13) "Border Collie" "hu_name" => string(13) "Border collie" "hu_description" => NULL "en_name" => string(13) "Border Collie" "en_description" => string(0) "" "parent_breed_id" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "breed" protected _object_plural => string(6) "breeds" protected _table_name => string(6) "breeds" protected _table_columns => array(7) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "original_name" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "original_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hu_name" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "hu_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hu_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "hu_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "en_name" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "en_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "en_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "en_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "parent_breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "parent_breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "297" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"father" => object Model_Dog(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(5) "breed" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"mother" => object Model_Dog(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"dog_owner" => object Model_Owner(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(3) ( "primary_user" => array(2) ( "foreign_key" => string(15) "primary_user_id" "model" => string(4) "User" ) "defbreed" => array(2) ( "foreign_key" => string(11) "defbreed_id" "model" => string(5) "Breed" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) ) protected _has_many => array(5) ( "kennels" => array(4) ( "foreign_key" => string(8) "owner_id" "through" => NULL "far_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "coOwnedKennels" => array(4) ( "foreign_key" => string(10) "coowner_id" "through" => NULL "far_key" => string(16) "coownedkennel_id" "model" => string(6) "Kennel" ) "dogs" => array(4) ( "foreign_key" => string(8) "owner_id" "through" => NULL "far_key" => string(6) "dog_id" "model" => string(3) "Dog" ) "entries" => array(4) ( "foreign_key" => string(10) "handler_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(41) ( "id" => string(3) "773" "name" => string(14) "Natalija Celic" "email" => string(20) "naca.celic@gmail.com" "email_public" => string(1) "1" "country" => string(6) "Serbia" "country_public" => string(1) "0" "city" => string(8) "Belgrade" "city_public" => string(1) "1" "address" => string(11) "Resavska 84" "address_public" => string(1) "0" "phone" => string(13) "+381637853123" "phone_public" => string(1) "1" "name_public" => string(1) "1" "primary_user_id" => string(6) "200073" "protected" => string(1) "1" "user_id" => string(6) "200073" "updated" => string(19) "2018-01-14 15:09:28" "created" => string(19) "2017-12-01 14:15:58" "meoecard_id" => string(0) "" "meoecardvalidyear" => string(1) "0" "meoecardissuer" => string(0) "" "birthdate" => NULL "birthdate_public" => string(1) "0" "agilityteam" => string(0) "" "defbreed_id" => string(3) "297" "webpage" => string(0) "" "postcode" => string(5) "11000" "postcode_public" => string(1) "0" "postcode_letter" => string(0) "" "country_letter" => string(0) "" "city_letter" => string(0) "" "address_letter" => string(0) "" "letter_address_public" => string(1) "0" "asbapproved" => string(1) "0" "meoeemail" => NULL "meoename" => NULL "meoenamehash" => NULL "meoeemailhash" => NULL "meoecard_id_latest" => NULL "meoecardvalidyear_latest" => NULL "meoecardissuer_latest" => NULL ) protected _changed => array(0) protected _original_values => array(41) ( "id" => string(3) "773" "name" => string(14) "Natalija Celic" "email" => string(20) "naca.celic@gmail.com" "email_public" => string(1) "1" "country" => string(6) "Serbia" "country_public" => string(1) "0" "city" => string(8) "Belgrade" "city_public" => string(1) "1" "address" => string(11) "Resavska 84" "address_public" => string(1) "0" "phone" => string(13) "+381637853123" "phone_public" => string(1) "1" "name_public" => string(1) "1" "primary_user_id" => string(6) "200073" "protected" => string(1) "1" "user_id" => string(6) "200073" "updated" => string(19) "2018-01-14 15:09:28" "created" => string(19) "2017-12-01 14:15:58" "meoecard_id" => string(0) "" "meoecardvalidyear" => string(1) "0" "meoecardissuer" => string(0) "" "birthdate" => NULL "birthdate_public" => string(1) "0" "agilityteam" => string(0) "" "defbreed_id" => string(3) "297" "webpage" => string(0) "" "postcode" => string(5) "11000" "postcode_public" => string(1) "0" "postcode_letter" => string(0) "" "country_letter" => string(0) "" "city_letter" => string(0) "" "address_letter" => string(0) "" "letter_address_public" => string(1) "0" "asbapproved" => string(1) "0" "meoeemail" => NULL "meoename" => NULL "meoenamehash" => NULL "meoeemailhash" => NULL "meoecard_id_latest" => NULL "meoecardvalidyear_latest" => NULL "meoecardissuer_latest" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "owner" protected _object_plural => string(6) "owners" protected _table_name => string(6) "owners" protected _table_columns => array(41) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "email" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "email_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "country" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "country_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "city" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "city_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "address" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "address_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "phone" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "phone_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "name_public" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "primary_user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "primary_user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecard_id" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "meoecard_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardvalidyear" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(17) "meoecardvalidyear" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardissuer" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "meoecardissuer" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(16) "birthdate_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityteam" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "agilityteam" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "defbreed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "defbreed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "webpage" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "webpage" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "postcode" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(2) "10" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "postcode_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 28 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "postcode_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(2) "10" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "country_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "city_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 31 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "address_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 32 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "letter_address_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(21) "letter_address_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 33 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 34 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoeemail" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "meoeemail" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 35 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoename" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "meoename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 36 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoenamehash" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "meoenamehash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 37 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoeemailhash" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "meoeemailhash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 38 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecard_id_latest" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "meoecard_id_latest" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 39 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardvalidyear_latest" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(24) "meoecardvalidyear_latest" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 40 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardissuer_latest" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "meoecardissuer_latest" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 41 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "773" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(4) "5869" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(5) "owner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }31 32 33 protected static function capture($kohana_view_filename, array $kohana_view_data) { 34 $extension = pathinfo($kohana_view_filename, PATHINFO_EXTENSION); 35 // If it's not a mustache file, do the default: 36 if ($extension != 'mustache') return Kohana_View::capture($kohana_view_filename, $kohana_view_data); 37 38 $vars = Arr::merge(self::kohanaVariables(), View::$_global_data); 39 $vars = Arr::merge($vars, $kohana_view_data); 40 41 $m = new Mustache;
-
SYSPATH/classes/Kohana/View.php [ 359 ] » View::capture(arguments)
0
string(49) "/var/www/dogresult/application/views/dog/view.php"
1
array(33) ( "dog" => object Model_Dog(34)
{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => string(4) "5869" "name" => string(30) "ASK HER DANCE IN Extreme speed" "call_name" => string(2) "Iv" "description" => string(0) "" "birthdate" => string(10) "2016-03-30" "father_id" => string(4) "5862" "mother_id" => string(1) "0" "breed_id" => string(3) "297" "owner_id" => string(3) "773" "owner" => NULL "kennel_id" => string(1) "0" "handler" => NULL "user_id" => string(6) "200073" "gender" => string(1) "f" "regId" => string(12) "JR 70203 Boc" "color" => string(0) "" "visit" => NULL "listed" => string(3) "all" "created" => string(19) "2017-12-01 14:23:02" "updated" => string(19) "2017-12-01 14:41:56" "deleted" => NULL "protected" => string(1) "1" "spayed" => string(1) "0" "date_of_spay" => NULL "date_of_death" => NULL "rescue" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(26) ( "id" => string(4) "5869" "name" => string(30) "ASK HER DANCE IN Extreme speed" "call_name" => string(2) "Iv" "description" => string(0) "" "birthdate" => string(10) "2016-03-30" "father_id" => string(4) "5862" "mother_id" => string(1) "0" "breed_id" => string(3) "297" "owner_id" => string(3) "773" "owner" => NULL "kennel_id" => string(1) "0" "handler" => NULL "user_id" => string(6) "200073" "gender" => string(1) "f" "regId" => string(12) "JR 70203 Boc" "color" => string(0) "" "visit" => NULL "listed" => string(3) "all" "created" => string(19) "2017-12-01 14:23:02" "updated" => string(19) "2017-12-01 14:41:56" "deleted" => NULL "protected" => string(1) "1" "spayed" => string(1) "0" "date_of_spay" => NULL "date_of_death" => NULL "rescue" => string(1) "0" ) protected _related => array(5) ( "dogDetail" => object Model_DogDetail(34)
"levels" => NULL "sports" => array(6) ( "a" => string(7) "Agility" "o" => string(9) "Obedience" "h" => string(7) "Hoopers" "w" => string(11) "Working-dog" "f" => string(7) "Frisbee" "d" => string(12) "Kiállítás" ) "gender_sel" => string(5) "szuka" "colour_decode" => string(5) "Barna" "agilityClass" => string(2) "A1" "showResultsStr" => string(0) "" "litter" => object Model_Litter(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => string(4) "5869" "colour_id" => string(1) "2" "withers_height" => NULL "weight" => NULL "description" => string(0) "" "agilityworkbook_id" => string(2) "98" "chipnumber" => string(15) "941000018611317" "heightmeasuredate" => NULL "agilitysizecategory" => string(1) "L" "placeofmeasuring" => string(0) "" "measuringjudgename" => string(0) "" "agilityclass" => string(2) "A1" "a2stampdate" => NULL "a2signername" => string(0) "" "a2countedinresults" => string(0) "" "a3stampdate" => NULL "a3signername" => string(0) "" "a3countedinresults" => string(0) "" "firsta0date" => NULL "asbapproved" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(20) ( "dog_id" => string(4) "5869" "colour_id" => string(1) "2" "withers_height" => NULL "weight" => NULL "description" => string(0) "" "agilityworkbook_id" => string(2) "98" "chipnumber" => string(15) "941000018611317" "heightmeasuredate" => NULL "agilitysizecategory" => string(1) "L" "placeofmeasuring" => string(0) "" "measuringjudgename" => string(0) "" "agilityclass" => string(2) "A1" "a2stampdate" => NULL "a2signername" => string(0) "" "a2countedinresults" => string(0) "" "a3stampdate" => NULL "a3signername" => string(0) "" "a3countedinresults" => string(0) "" "firsta0date" => NULL "asbapproved" => string(1) "0" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => string(4) "5869" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"breed" => object Model_Breed(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(7) ( "id" => string(3) "297" "original_name" => string(13) "Border Collie" "hu_name" => string(13) "Border collie" "hu_description" => NULL "en_name" => string(13) "Border Collie" "en_description" => string(0) "" "parent_breed_id" => NULL ) protected _changed => array(0) protected _original_values => array(7) ( "id" => string(3) "297" "original_name" => string(13) "Border Collie" "hu_name" => string(13) "Border collie" "hu_description" => NULL "en_name" => string(13) "Border Collie" "en_description" => string(0) "" "parent_breed_id" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "breed" protected _object_plural => string(6) "breeds" protected _table_name => string(6) "breeds" protected _table_columns => array(7) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "original_name" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "original_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hu_name" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "hu_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hu_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "hu_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "en_name" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "en_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "en_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "en_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "parent_breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "parent_breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "297" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"father" => object Model_Dog(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(5) "breed" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"mother" => object Model_Dog(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"dog_owner" => object Model_Owner(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(3) ( "primary_user" => array(2) ( "foreign_key" => string(15) "primary_user_id" "model" => string(4) "User" ) "defbreed" => array(2) ( "foreign_key" => string(11) "defbreed_id" "model" => string(5) "Breed" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) ) protected _has_many => array(5) ( "kennels" => array(4) ( "foreign_key" => string(8) "owner_id" "through" => NULL "far_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "coOwnedKennels" => array(4) ( "foreign_key" => string(10) "coowner_id" "through" => NULL "far_key" => string(16) "coownedkennel_id" "model" => string(6) "Kennel" ) "dogs" => array(4) ( "foreign_key" => string(8) "owner_id" "through" => NULL "far_key" => string(6) "dog_id" "model" => string(3) "Dog" ) "entries" => array(4) ( "foreign_key" => string(10) "handler_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(41) ( "id" => string(3) "773" "name" => string(14) "Natalija Celic" "email" => string(20) "naca.celic@gmail.com" "email_public" => string(1) "1" "country" => string(6) "Serbia" "country_public" => string(1) "0" "city" => string(8) "Belgrade" "city_public" => string(1) "1" "address" => string(11) "Resavska 84" "address_public" => string(1) "0" "phone" => string(13) "+381637853123" "phone_public" => string(1) "1" "name_public" => string(1) "1" "primary_user_id" => string(6) "200073" "protected" => string(1) "1" "user_id" => string(6) "200073" "updated" => string(19) "2018-01-14 15:09:28" "created" => string(19) "2017-12-01 14:15:58" "meoecard_id" => string(0) "" "meoecardvalidyear" => string(1) "0" "meoecardissuer" => string(0) "" "birthdate" => NULL "birthdate_public" => string(1) "0" "agilityteam" => string(0) "" "defbreed_id" => string(3) "297" "webpage" => string(0) "" "postcode" => string(5) "11000" "postcode_public" => string(1) "0" "postcode_letter" => string(0) "" "country_letter" => string(0) "" "city_letter" => string(0) "" "address_letter" => string(0) "" "letter_address_public" => string(1) "0" "asbapproved" => string(1) "0" "meoeemail" => NULL "meoename" => NULL "meoenamehash" => NULL "meoeemailhash" => NULL "meoecard_id_latest" => NULL "meoecardvalidyear_latest" => NULL "meoecardissuer_latest" => NULL ) protected _changed => array(0) protected _original_values => array(41) ( "id" => string(3) "773" "name" => string(14) "Natalija Celic" "email" => string(20) "naca.celic@gmail.com" "email_public" => string(1) "1" "country" => string(6) "Serbia" "country_public" => string(1) "0" "city" => string(8) "Belgrade" "city_public" => string(1) "1" "address" => string(11) "Resavska 84" "address_public" => string(1) "0" "phone" => string(13) "+381637853123" "phone_public" => string(1) "1" "name_public" => string(1) "1" "primary_user_id" => string(6) "200073" "protected" => string(1) "1" "user_id" => string(6) "200073" "updated" => string(19) "2018-01-14 15:09:28" "created" => string(19) "2017-12-01 14:15:58" "meoecard_id" => string(0) "" "meoecardvalidyear" => string(1) "0" "meoecardissuer" => string(0) "" "birthdate" => NULL "birthdate_public" => string(1) "0" "agilityteam" => string(0) "" "defbreed_id" => string(3) "297" "webpage" => string(0) "" "postcode" => string(5) "11000" "postcode_public" => string(1) "0" "postcode_letter" => string(0) "" "country_letter" => string(0) "" "city_letter" => string(0) "" "address_letter" => string(0) "" "letter_address_public" => string(1) "0" "asbapproved" => string(1) "0" "meoeemail" => NULL "meoename" => NULL "meoenamehash" => NULL "meoeemailhash" => NULL "meoecard_id_latest" => NULL "meoecardvalidyear_latest" => NULL "meoecardissuer_latest" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "owner" protected _object_plural => string(6) "owners" protected _table_name => string(6) "owners" protected _table_columns => array(41) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "email" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "email_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "country" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "country_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "city" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "city_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "address" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "address_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "phone" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "phone_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "name_public" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "primary_user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "primary_user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecard_id" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "meoecard_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardvalidyear" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(17) "meoecardvalidyear" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardissuer" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "meoecardissuer" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(16) "birthdate_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityteam" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "agilityteam" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "defbreed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "defbreed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "webpage" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "webpage" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "postcode" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(2) "10" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "postcode_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 28 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "postcode_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(2) "10" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "country_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "city_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 31 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "address_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 32 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "letter_address_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(21) "letter_address_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 33 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 34 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoeemail" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "meoeemail" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 35 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoename" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "meoename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 36 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoenamehash" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "meoenamehash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 37 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoeemailhash" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "meoeemailhash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 38 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecard_id_latest" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "meoecard_id_latest" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 39 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardvalidyear_latest" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(24) "meoecardvalidyear_latest" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 40 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardissuer_latest" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "meoecardissuer_latest" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 41 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "773" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(4) "5869" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(5) "owner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(3) ( "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) ) protected _has_many => array(1) ( "photos" => array(4) ( "foreign_key" => string(9) "object_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) ) protected _table_name => string(7) "litters" protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(12) ( "id" => NULL "father_id" => NULL "mother_id" => NULL "kennel_id" => NULL "mating_date" => NULL "date_of_birth" => NULL "littername" => NULL "user_id" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(6) "litter" protected _object_plural => string(7) "litters" protected _table_columns => array(12) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "mating_date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "mating_date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_birth" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_birth" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "littername" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "littername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"litters" => object View(2){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(6) "litter" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _file => string(51) "/var/www/dogresult/application/views/dog/litter.php" protected _data => array(2) ( "litters" => object Database_MySQLi_Result(7)
"dogShowResults" => object View(2){ protected _internal_row => integer 0 protected _query => string(511) "SELECT `litter`.`id` AS `id`, `litter`.`father_id` AS `father_id`, `litter`.`mother_id` AS `mother_id`, `litter`.`kennel_id` AS …" protected _result => object mysqli_result(5)
"__" => object Closure(1){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }
protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(12) "Model_Litter" protected _object_params => NULL }{ public 0 => object Closure(1) { *RECURSION* } }
) }{ protected _file => string(70) "/var/www/dogresult/application/views/results/view_showResList.mustache" protected _data => array(2) ( "results" => array(0) "__" => object Closure(1)
"dogShowTitles" => object View(2){ public 0 => object Closure(1) { *RECURSION* } }
) }{ protected _file => string(72) "/var/www/dogresult/application/views/results/view_showTitleList.mustache" protected _data => array(3) ( "results" => array(0) "dog" => object Model_Dog(34)
"dogWorkingResults" => object View(2){ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => string(4) "5869" "name" => string(30) "ASK HER DANCE IN Extreme speed" "call_name" => string(2) "Iv" "description" => string(0) "" "birthdate" => string(10) "2016-03-30" "father_id" => string(4) "5862" "mother_id" => string(1) "0" "breed_id" => string(3) "297" "owner_id" => string(3) "773" "owner" => NULL "kennel_id" => string(1) "0" "handler" => NULL "user_id" => string(6) "200073" "gender" => string(1) "f" "regId" => string(12) "JR 70203 Boc" "color" => string(0) "" "visit" => NULL "listed" => string(3) "all" "created" => string(19) "2017-12-01 14:23:02" "updated" => string(19) "2017-12-01 14:41:56" "deleted" => NULL "protected" => string(1) "1" "spayed" => string(1) "0" "date_of_spay" => NULL "date_of_death" => NULL "rescue" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(26) ( "id" => string(4) "5869" "name" => string(30) "ASK HER DANCE IN Extreme speed" "call_name" => string(2) "Iv" "description" => string(0) "" "birthdate" => string(10) "2016-03-30" "father_id" => string(4) "5862" "mother_id" => string(1) "0" "breed_id" => string(3) "297" "owner_id" => string(3) "773" "owner" => NULL "kennel_id" => string(1) "0" "handler" => NULL "user_id" => string(6) "200073" "gender" => string(1) "f" "regId" => string(12) "JR 70203 Boc" "color" => string(0) "" "visit" => NULL "listed" => string(3) "all" "created" => string(19) "2017-12-01 14:23:02" "updated" => string(19) "2017-12-01 14:41:56" "deleted" => NULL "protected" => string(1) "1" "spayed" => string(1) "0" "date_of_spay" => NULL "date_of_death" => NULL "rescue" => string(1) "0" ) protected _related => array(5) ( "dogDetail" => object Model_DogDetail(34)
"__" => object Closure(1){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => string(4) "5869" "colour_id" => string(1) "2" "withers_height" => NULL "weight" => NULL "description" => string(0) "" "agilityworkbook_id" => string(2) "98" "chipnumber" => string(15) "941000018611317" "heightmeasuredate" => NULL "agilitysizecategory" => string(1) "L" "placeofmeasuring" => string(0) "" "measuringjudgename" => string(0) "" "agilityclass" => string(2) "A1" "a2stampdate" => NULL "a2signername" => string(0) "" "a2countedinresults" => string(0) "" "a3stampdate" => NULL "a3signername" => string(0) "" "a3countedinresults" => string(0) "" "firsta0date" => NULL "asbapproved" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(20) ( "dog_id" => string(4) "5869" "colour_id" => string(1) "2" "withers_height" => NULL "weight" => NULL "description" => string(0) "" "agilityworkbook_id" => string(2) "98" "chipnumber" => string(15) "941000018611317" "heightmeasuredate" => NULL "agilitysizecategory" => string(1) "L" "placeofmeasuring" => string(0) "" "measuringjudgename" => string(0) "" "agilityclass" => string(2) "A1" "a2stampdate" => NULL "a2signername" => string(0) "" "a2countedinresults" => string(0) "" "a3stampdate" => NULL "a3signername" => string(0) "" "a3countedinresults" => string(0) "" "firsta0date" => NULL "asbapproved" => string(1) "0" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => string(4) "5869" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"breed" => object Model_Breed(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(7) ( "id" => string(3) "297" "original_name" => string(13) "Border Collie" "hu_name" => string(13) "Border collie" "hu_description" => NULL "en_name" => string(13) "Border Collie" "en_description" => string(0) "" "parent_breed_id" => NULL ) protected _changed => array(0) protected _original_values => array(7) ( "id" => string(3) "297" "original_name" => string(13) "Border Collie" "hu_name" => string(13) "Border collie" "hu_description" => NULL "en_name" => string(13) "Border Collie" "en_description" => string(0) "" "parent_breed_id" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "breed" protected _object_plural => string(6) "breeds" protected _table_name => string(6) "breeds" protected _table_columns => array(7) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "original_name" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "original_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hu_name" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "hu_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hu_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "hu_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "en_name" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "en_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "en_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "en_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "parent_breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "parent_breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "297" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"father" => object Model_Dog(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(5) "breed" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"mother" => object Model_Dog(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"dog_owner" => object Model_Owner(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(3) ( "primary_user" => array(2) ( "foreign_key" => string(15) "primary_user_id" "model" => string(4) "User" ) "defbreed" => array(2) ( "foreign_key" => string(11) "defbreed_id" "model" => string(5) "Breed" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) ) protected _has_many => array(5) ( "kennels" => array(4) ( "foreign_key" => string(8) "owner_id" "through" => NULL "far_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "coOwnedKennels" => array(4) ( "foreign_key" => string(10) "coowner_id" "through" => NULL "far_key" => string(16) "coownedkennel_id" "model" => string(6) "Kennel" ) "dogs" => array(4) ( "foreign_key" => string(8) "owner_id" "through" => NULL "far_key" => string(6) "dog_id" "model" => string(3) "Dog" ) "entries" => array(4) ( "foreign_key" => string(10) "handler_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(41) ( "id" => string(3) "773" "name" => string(14) "Natalija Celic" "email" => string(20) "naca.celic@gmail.com" "email_public" => string(1) "1" "country" => string(6) "Serbia" "country_public" => string(1) "0" "city" => string(8) "Belgrade" "city_public" => string(1) "1" "address" => string(11) "Resavska 84" "address_public" => string(1) "0" "phone" => string(13) "+381637853123" "phone_public" => string(1) "1" "name_public" => string(1) "1" "primary_user_id" => string(6) "200073" "protected" => string(1) "1" "user_id" => string(6) "200073" "updated" => string(19) "2018-01-14 15:09:28" "created" => string(19) "2017-12-01 14:15:58" "meoecard_id" => string(0) "" "meoecardvalidyear" => string(1) "0" "meoecardissuer" => string(0) "" "birthdate" => NULL "birthdate_public" => string(1) "0" "agilityteam" => string(0) "" "defbreed_id" => string(3) "297" "webpage" => string(0) "" "postcode" => string(5) "11000" "postcode_public" => string(1) "0" "postcode_letter" => string(0) "" "country_letter" => string(0) "" "city_letter" => string(0) "" "address_letter" => string(0) "" "letter_address_public" => string(1) "0" "asbapproved" => string(1) "0" "meoeemail" => NULL "meoename" => NULL "meoenamehash" => NULL "meoeemailhash" => NULL "meoecard_id_latest" => NULL "meoecardvalidyear_latest" => NULL "meoecardissuer_latest" => NULL ) protected _changed => array(0) protected _original_values => array(41) ( "id" => string(3) "773" "name" => string(14) "Natalija Celic" "email" => string(20) "naca.celic@gmail.com" "email_public" => string(1) "1" "country" => string(6) "Serbia" "country_public" => string(1) "0" "city" => string(8) "Belgrade" "city_public" => string(1) "1" "address" => string(11) "Resavska 84" "address_public" => string(1) "0" "phone" => string(13) "+381637853123" "phone_public" => string(1) "1" "name_public" => string(1) "1" "primary_user_id" => string(6) "200073" "protected" => string(1) "1" "user_id" => string(6) "200073" "updated" => string(19) "2018-01-14 15:09:28" "created" => string(19) "2017-12-01 14:15:58" "meoecard_id" => string(0) "" "meoecardvalidyear" => string(1) "0" "meoecardissuer" => string(0) "" "birthdate" => NULL "birthdate_public" => string(1) "0" "agilityteam" => string(0) "" "defbreed_id" => string(3) "297" "webpage" => string(0) "" "postcode" => string(5) "11000" "postcode_public" => string(1) "0" "postcode_letter" => string(0) "" "country_letter" => string(0) "" "city_letter" => string(0) "" "address_letter" => string(0) "" "letter_address_public" => string(1) "0" "asbapproved" => string(1) "0" "meoeemail" => NULL "meoename" => NULL "meoenamehash" => NULL "meoeemailhash" => NULL "meoecard_id_latest" => NULL "meoecardvalidyear_latest" => NULL "meoecardissuer_latest" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "owner" protected _object_plural => string(6) "owners" protected _table_name => string(6) "owners" protected _table_columns => array(41) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "email" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "email_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "country" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "country_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "city" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "city_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "address" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "address_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "phone" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "phone_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "name_public" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "primary_user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "primary_user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecard_id" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "meoecard_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardvalidyear" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(17) "meoecardvalidyear" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardissuer" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "meoecardissuer" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(16) "birthdate_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityteam" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "agilityteam" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "defbreed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "defbreed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "webpage" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "webpage" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "postcode" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(2) "10" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "postcode_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 28 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "postcode_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(2) "10" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "country_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "city_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 31 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "address_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 32 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "letter_address_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(21) "letter_address_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 33 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 34 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoeemail" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "meoeemail" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 35 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoename" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "meoename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 36 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoenamehash" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "meoenamehash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 37 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoeemailhash" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "meoeemailhash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 38 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecard_id_latest" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "meoecard_id_latest" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 39 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardvalidyear_latest" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(24) "meoecardvalidyear_latest" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 40 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardissuer_latest" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "meoecardissuer_latest" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 41 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "773" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(4) "5869" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(5) "owner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ public 0 => object Closure(1) { *RECURSION* } }
) }{ protected _file => string(70) "/var/www/dogresult/application/views/results/view_workingList.mustache" protected _data => array(3) ( "results" => array(0) "hasEditingPermission" => bool FALSE "__" => object Closure(1)
"dogHealthTestResults" => object View(2){ public 0 => object Closure(1) { *RECURSION* } }
) }{ protected _file => string(70) "/var/www/dogresult/application/views/results/view_hipTestList.mustache" protected _data => array(3) ( "results" => array(0) "dog" => object Model_Dog(34)
"suitabilityTests" => object View(2){ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => string(4) "5869" "name" => string(30) "ASK HER DANCE IN Extreme speed" "call_name" => string(2) "Iv" "description" => string(0) "" "birthdate" => string(10) "2016-03-30" "father_id" => string(4) "5862" "mother_id" => string(1) "0" "breed_id" => string(3) "297" "owner_id" => string(3) "773" "owner" => NULL "kennel_id" => string(1) "0" "handler" => NULL "user_id" => string(6) "200073" "gender" => string(1) "f" "regId" => string(12) "JR 70203 Boc" "color" => string(0) "" "visit" => NULL "listed" => string(3) "all" "created" => string(19) "2017-12-01 14:23:02" "updated" => string(19) "2017-12-01 14:41:56" "deleted" => NULL "protected" => string(1) "1" "spayed" => string(1) "0" "date_of_spay" => NULL "date_of_death" => NULL "rescue" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(26) ( "id" => string(4) "5869" "name" => string(30) "ASK HER DANCE IN Extreme speed" "call_name" => string(2) "Iv" "description" => string(0) "" "birthdate" => string(10) "2016-03-30" "father_id" => string(4) "5862" "mother_id" => string(1) "0" "breed_id" => string(3) "297" "owner_id" => string(3) "773" "owner" => NULL "kennel_id" => string(1) "0" "handler" => NULL "user_id" => string(6) "200073" "gender" => string(1) "f" "regId" => string(12) "JR 70203 Boc" "color" => string(0) "" "visit" => NULL "listed" => string(3) "all" "created" => string(19) "2017-12-01 14:23:02" "updated" => string(19) "2017-12-01 14:41:56" "deleted" => NULL "protected" => string(1) "1" "spayed" => string(1) "0" "date_of_spay" => NULL "date_of_death" => NULL "rescue" => string(1) "0" ) protected _related => array(5) ( "dogDetail" => object Model_DogDetail(34)
"__" => object Closure(1){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => string(4) "5869" "colour_id" => string(1) "2" "withers_height" => NULL "weight" => NULL "description" => string(0) "" "agilityworkbook_id" => string(2) "98" "chipnumber" => string(15) "941000018611317" "heightmeasuredate" => NULL "agilitysizecategory" => string(1) "L" "placeofmeasuring" => string(0) "" "measuringjudgename" => string(0) "" "agilityclass" => string(2) "A1" "a2stampdate" => NULL "a2signername" => string(0) "" "a2countedinresults" => string(0) "" "a3stampdate" => NULL "a3signername" => string(0) "" "a3countedinresults" => string(0) "" "firsta0date" => NULL "asbapproved" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(20) ( "dog_id" => string(4) "5869" "colour_id" => string(1) "2" "withers_height" => NULL "weight" => NULL "description" => string(0) "" "agilityworkbook_id" => string(2) "98" "chipnumber" => string(15) "941000018611317" "heightmeasuredate" => NULL "agilitysizecategory" => string(1) "L" "placeofmeasuring" => string(0) "" "measuringjudgename" => string(0) "" "agilityclass" => string(2) "A1" "a2stampdate" => NULL "a2signername" => string(0) "" "a2countedinresults" => string(0) "" "a3stampdate" => NULL "a3signername" => string(0) "" "a3countedinresults" => string(0) "" "firsta0date" => NULL "asbapproved" => string(1) "0" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => string(4) "5869" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"breed" => object Model_Breed(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(7) ( "id" => string(3) "297" "original_name" => string(13) "Border Collie" "hu_name" => string(13) "Border collie" "hu_description" => NULL "en_name" => string(13) "Border Collie" "en_description" => string(0) "" "parent_breed_id" => NULL ) protected _changed => array(0) protected _original_values => array(7) ( "id" => string(3) "297" "original_name" => string(13) "Border Collie" "hu_name" => string(13) "Border collie" "hu_description" => NULL "en_name" => string(13) "Border Collie" "en_description" => string(0) "" "parent_breed_id" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "breed" protected _object_plural => string(6) "breeds" protected _table_name => string(6) "breeds" protected _table_columns => array(7) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "original_name" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "original_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hu_name" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "hu_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hu_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "hu_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "en_name" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "en_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "en_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "en_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "parent_breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "parent_breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "297" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"father" => object Model_Dog(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(5) "breed" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"mother" => object Model_Dog(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"dog_owner" => object Model_Owner(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(3) ( "primary_user" => array(2) ( "foreign_key" => string(15) "primary_user_id" "model" => string(4) "User" ) "defbreed" => array(2) ( "foreign_key" => string(11) "defbreed_id" "model" => string(5) "Breed" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) ) protected _has_many => array(5) ( "kennels" => array(4) ( "foreign_key" => string(8) "owner_id" "through" => NULL "far_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "coOwnedKennels" => array(4) ( "foreign_key" => string(10) "coowner_id" "through" => NULL "far_key" => string(16) "coownedkennel_id" "model" => string(6) "Kennel" ) "dogs" => array(4) ( "foreign_key" => string(8) "owner_id" "through" => NULL "far_key" => string(6) "dog_id" "model" => string(3) "Dog" ) "entries" => array(4) ( "foreign_key" => string(10) "handler_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(41) ( "id" => string(3) "773" "name" => string(14) "Natalija Celic" "email" => string(20) "naca.celic@gmail.com" "email_public" => string(1) "1" "country" => string(6) "Serbia" "country_public" => string(1) "0" "city" => string(8) "Belgrade" "city_public" => string(1) "1" "address" => string(11) "Resavska 84" "address_public" => string(1) "0" "phone" => string(13) "+381637853123" "phone_public" => string(1) "1" "name_public" => string(1) "1" "primary_user_id" => string(6) "200073" "protected" => string(1) "1" "user_id" => string(6) "200073" "updated" => string(19) "2018-01-14 15:09:28" "created" => string(19) "2017-12-01 14:15:58" "meoecard_id" => string(0) "" "meoecardvalidyear" => string(1) "0" "meoecardissuer" => string(0) "" "birthdate" => NULL "birthdate_public" => string(1) "0" "agilityteam" => string(0) "" "defbreed_id" => string(3) "297" "webpage" => string(0) "" "postcode" => string(5) "11000" "postcode_public" => string(1) "0" "postcode_letter" => string(0) "" "country_letter" => string(0) "" "city_letter" => string(0) "" "address_letter" => string(0) "" "letter_address_public" => string(1) "0" "asbapproved" => string(1) "0" "meoeemail" => NULL "meoename" => NULL "meoenamehash" => NULL "meoeemailhash" => NULL "meoecard_id_latest" => NULL "meoecardvalidyear_latest" => NULL "meoecardissuer_latest" => NULL ) protected _changed => array(0) protected _original_values => array(41) ( "id" => string(3) "773" "name" => string(14) "Natalija Celic" "email" => string(20) "naca.celic@gmail.com" "email_public" => string(1) "1" "country" => string(6) "Serbia" "country_public" => string(1) "0" "city" => string(8) "Belgrade" "city_public" => string(1) "1" "address" => string(11) "Resavska 84" "address_public" => string(1) "0" "phone" => string(13) "+381637853123" "phone_public" => string(1) "1" "name_public" => string(1) "1" "primary_user_id" => string(6) "200073" "protected" => string(1) "1" "user_id" => string(6) "200073" "updated" => string(19) "2018-01-14 15:09:28" "created" => string(19) "2017-12-01 14:15:58" "meoecard_id" => string(0) "" "meoecardvalidyear" => string(1) "0" "meoecardissuer" => string(0) "" "birthdate" => NULL "birthdate_public" => string(1) "0" "agilityteam" => string(0) "" "defbreed_id" => string(3) "297" "webpage" => string(0) "" "postcode" => string(5) "11000" "postcode_public" => string(1) "0" "postcode_letter" => string(0) "" "country_letter" => string(0) "" "city_letter" => string(0) "" "address_letter" => string(0) "" "letter_address_public" => string(1) "0" "asbapproved" => string(1) "0" "meoeemail" => NULL "meoename" => NULL "meoenamehash" => NULL "meoeemailhash" => NULL "meoecard_id_latest" => NULL "meoecardvalidyear_latest" => NULL "meoecardissuer_latest" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "owner" protected _object_plural => string(6) "owners" protected _table_name => string(6) "owners" protected _table_columns => array(41) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "email" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "email_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "country" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "country_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "city" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "city_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "address" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "address_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "phone" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "phone_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "name_public" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "primary_user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "primary_user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecard_id" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "meoecard_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardvalidyear" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(17) "meoecardvalidyear" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardissuer" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "meoecardissuer" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(16) "birthdate_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityteam" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "agilityteam" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "defbreed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "defbreed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "webpage" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "webpage" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "postcode" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(2) "10" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "postcode_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 28 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "postcode_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(2) "10" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "country_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "city_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 31 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "address_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 32 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "letter_address_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(21) "letter_address_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 33 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 34 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoeemail" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "meoeemail" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 35 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoename" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "meoename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 36 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoenamehash" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "meoenamehash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 37 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoeemailhash" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "meoeemailhash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 38 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecard_id_latest" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "meoecard_id_latest" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 39 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardvalidyear_latest" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(24) "meoecardvalidyear_latest" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 40 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardissuer_latest" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "meoecardissuer_latest" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 41 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "773" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(4) "5869" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(5) "owner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ public 0 => object Closure(1) { *RECURSION* } }
) }{ protected _file => string(71) "/var/www/dogresult/application/views/results/view_suitableList.mustache" protected _data => array(2) ( "suitableTests" => array(0) "__" => object Closure(1)
"hipTestId" => NULL "patellaId" => NULL "elbowTestId" => NULL "shoulderTestId" => NULL "chart" => object View(2){ public 0 => object Closure(1) { *RECURSION* } }
) }{ protected _file => string(55) "/var/www/dogresult/application/views/dog/chart.mustache" protected _data => array(30) ( "root" => object Model_Dog(34)
"owner" => object View(2){ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => string(4) "5869" "name" => string(30) "ASK HER DANCE IN Extreme speed" "call_name" => string(2) "Iv" "description" => string(0) "" "birthdate" => string(10) "2016-03-30" "father_id" => string(4) "5862" "mother_id" => string(1) "0" "breed_id" => string(3) "297" "owner_id" => string(3) "773" "owner" => NULL "kennel_id" => string(1) "0" "handler" => NULL "user_id" => string(6) "200073" "gender" => string(1) "f" "regId" => string(12) "JR 70203 Boc" "color" => string(0) "" "visit" => NULL "listed" => string(3) "all" "created" => string(19) "2017-12-01 14:23:02" "updated" => string(19) "2017-12-01 14:41:56" "deleted" => NULL "protected" => string(1) "1" "spayed" => string(1) "0" "date_of_spay" => NULL "date_of_death" => NULL "rescue" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(26) ( "id" => string(4) "5869" "name" => string(30) "ASK HER DANCE IN Extreme speed" "call_name" => string(2) "Iv" "description" => string(0) "" "birthdate" => string(10) "2016-03-30" "father_id" => string(4) "5862" "mother_id" => string(1) "0" "breed_id" => string(3) "297" "owner_id" => string(3) "773" "owner" => NULL "kennel_id" => string(1) "0" "handler" => NULL "user_id" => string(6) "200073" "gender" => string(1) "f" "regId" => string(12) "JR 70203 Boc" "color" => string(0) "" "visit" => NULL "listed" => string(3) "all" "created" => string(19) "2017-12-01 14:23:02" "updated" => string(19) "2017-12-01 14:41:56" "deleted" => NULL "protected" => string(1) "1" "spayed" => string(1) "0" "date_of_spay" => NULL "date_of_death" => NULL "rescue" => string(1) "0" ) protected _related => array(5) ( "dogDetail" => object Model_DogDetail(34)
"f" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => string(4) "5869" "colour_id" => string(1) "2" "withers_height" => NULL "weight" => NULL "description" => string(0) "" "agilityworkbook_id" => string(2) "98" "chipnumber" => string(15) "941000018611317" "heightmeasuredate" => NULL "agilitysizecategory" => string(1) "L" "placeofmeasuring" => string(0) "" "measuringjudgename" => string(0) "" "agilityclass" => string(2) "A1" "a2stampdate" => NULL "a2signername" => string(0) "" "a2countedinresults" => string(0) "" "a3stampdate" => NULL "a3signername" => string(0) "" "a3countedinresults" => string(0) "" "firsta0date" => NULL "asbapproved" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(20) ( "dog_id" => string(4) "5869" "colour_id" => string(1) "2" "withers_height" => NULL "weight" => NULL "description" => string(0) "" "agilityworkbook_id" => string(2) "98" "chipnumber" => string(15) "941000018611317" "heightmeasuredate" => NULL "agilitysizecategory" => string(1) "L" "placeofmeasuring" => string(0) "" "measuringjudgename" => string(0) "" "agilityclass" => string(2) "A1" "a2stampdate" => NULL "a2signername" => string(0) "" "a2countedinresults" => string(0) "" "a3stampdate" => NULL "a3signername" => string(0) "" "a3countedinresults" => string(0) "" "firsta0date" => NULL "asbapproved" => string(1) "0" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => string(4) "5869" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"breed" => object Model_Breed(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(7) ( "id" => string(3) "297" "original_name" => string(13) "Border Collie" "hu_name" => string(13) "Border collie" "hu_description" => NULL "en_name" => string(13) "Border Collie" "en_description" => string(0) "" "parent_breed_id" => NULL ) protected _changed => array(0) protected _original_values => array(7) ( "id" => string(3) "297" "original_name" => string(13) "Border Collie" "hu_name" => string(13) "Border collie" "hu_description" => NULL "en_name" => string(13) "Border Collie" "en_description" => string(0) "" "parent_breed_id" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "breed" protected _object_plural => string(6) "breeds" protected _table_name => string(6) "breeds" protected _table_columns => array(7) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "original_name" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "original_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hu_name" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "hu_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hu_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "hu_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "en_name" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "en_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "en_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "en_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "parent_breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "parent_breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "297" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"father" => object Model_Dog(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(5) "breed" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"mother" => object Model_Dog(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"dog_owner" => object Model_Owner(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(3) ( "primary_user" => array(2) ( "foreign_key" => string(15) "primary_user_id" "model" => string(4) "User" ) "defbreed" => array(2) ( "foreign_key" => string(11) "defbreed_id" "model" => string(5) "Breed" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) ) protected _has_many => array(5) ( "kennels" => array(4) ( "foreign_key" => string(8) "owner_id" "through" => NULL "far_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "coOwnedKennels" => array(4) ( "foreign_key" => string(10) "coowner_id" "through" => NULL "far_key" => string(16) "coownedkennel_id" "model" => string(6) "Kennel" ) "dogs" => array(4) ( "foreign_key" => string(8) "owner_id" "through" => NULL "far_key" => string(6) "dog_id" "model" => string(3) "Dog" ) "entries" => array(4) ( "foreign_key" => string(10) "handler_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(41) ( "id" => string(3) "773" "name" => string(14) "Natalija Celic" "email" => string(20) "naca.celic@gmail.com" "email_public" => string(1) "1" "country" => string(6) "Serbia" "country_public" => string(1) "0" "city" => string(8) "Belgrade" "city_public" => string(1) "1" "address" => string(11) "Resavska 84" "address_public" => string(1) "0" "phone" => string(13) "+381637853123" "phone_public" => string(1) "1" "name_public" => string(1) "1" "primary_user_id" => string(6) "200073" "protected" => string(1) "1" "user_id" => string(6) "200073" "updated" => string(19) "2018-01-14 15:09:28" "created" => string(19) "2017-12-01 14:15:58" "meoecard_id" => string(0) "" "meoecardvalidyear" => string(1) "0" "meoecardissuer" => string(0) "" "birthdate" => NULL "birthdate_public" => string(1) "0" "agilityteam" => string(0) "" "defbreed_id" => string(3) "297" "webpage" => string(0) "" "postcode" => string(5) "11000" "postcode_public" => string(1) "0" "postcode_letter" => string(0) "" "country_letter" => string(0) "" "city_letter" => string(0) "" "address_letter" => string(0) "" "letter_address_public" => string(1) "0" "asbapproved" => string(1) "0" "meoeemail" => NULL "meoename" => NULL "meoenamehash" => NULL "meoeemailhash" => NULL "meoecard_id_latest" => NULL "meoecardvalidyear_latest" => NULL "meoecardissuer_latest" => NULL ) protected _changed => array(0) protected _original_values => array(41) ( "id" => string(3) "773" "name" => string(14) "Natalija Celic" "email" => string(20) "naca.celic@gmail.com" "email_public" => string(1) "1" "country" => string(6) "Serbia" "country_public" => string(1) "0" "city" => string(8) "Belgrade" "city_public" => string(1) "1" "address" => string(11) "Resavska 84" "address_public" => string(1) "0" "phone" => string(13) "+381637853123" "phone_public" => string(1) "1" "name_public" => string(1) "1" "primary_user_id" => string(6) "200073" "protected" => string(1) "1" "user_id" => string(6) "200073" "updated" => string(19) "2018-01-14 15:09:28" "created" => string(19) "2017-12-01 14:15:58" "meoecard_id" => string(0) "" "meoecardvalidyear" => string(1) "0" "meoecardissuer" => string(0) "" "birthdate" => NULL "birthdate_public" => string(1) "0" "agilityteam" => string(0) "" "defbreed_id" => string(3) "297" "webpage" => string(0) "" "postcode" => string(5) "11000" "postcode_public" => string(1) "0" "postcode_letter" => string(0) "" "country_letter" => string(0) "" "city_letter" => string(0) "" "address_letter" => string(0) "" "letter_address_public" => string(1) "0" "asbapproved" => string(1) "0" "meoeemail" => NULL "meoename" => NULL "meoenamehash" => NULL "meoeemailhash" => NULL "meoecard_id_latest" => NULL "meoecardvalidyear_latest" => NULL "meoecardissuer_latest" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "owner" protected _object_plural => string(6) "owners" protected _table_name => string(6) "owners" protected _table_columns => array(41) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "email" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "email_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "country" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "country_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "city" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "city_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "address" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "address_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "phone" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "phone_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "name_public" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "primary_user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "primary_user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecard_id" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "meoecard_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardvalidyear" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(17) "meoecardvalidyear" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardissuer" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "meoecardissuer" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(16) "birthdate_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityteam" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "agilityteam" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "defbreed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "defbreed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "webpage" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "webpage" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "postcode" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(2) "10" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "postcode_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 28 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "postcode_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(2) "10" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "country_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "city_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 31 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "address_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 32 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "letter_address_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(21) "letter_address_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 33 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 34 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoeemail" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "meoeemail" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 35 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoename" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "meoename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 36 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoenamehash" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "meoenamehash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 37 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoeemailhash" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "meoeemailhash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 38 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecard_id_latest" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "meoecard_id_latest" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 39 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardvalidyear_latest" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(24) "meoecardvalidyear_latest" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 40 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardissuer_latest" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "meoecardissuer_latest" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 41 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "773" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(4) "5869" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(5) "owner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"f_color" => string(0) "" "m" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"m_color" => string(0) "" "ff" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"ff_color" => string(0) "" "fff" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"fff_color" => string(0) "" "ffm" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"ffm_color" => string(0) "" "fm" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"fm_color" => string(0) "" "fmf" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"fmf_color" => string(0) "" "fmm" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"fmm_color" => string(0) "" "mf" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"mf_color" => string(0) "" "mff" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"mff_color" => string(0) "" "mfm" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"mfm_color" => string(0) "" "mm" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"mm_color" => string(0) "" "mmf" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"mmf_color" => string(0) "" "mmm" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"mmm_color" => string(0) "" "__" => object Closure(1){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ public 0 => object Closure(1) { *RECURSION* } }
) }{ protected _file => string(55) "/var/www/dogresult/application/views/dog/view_owner.php" protected _data => array(4) ( "dog" => object Model_Dog(34)
"adminOrClubRights" => bool FALSE "kennelAnchor" => NULL "hasEditingPermission" => bool FALSE "hasAgilityRole" => bool FALSE "hasAdminRole" => bool FALSE "avatar" => string(19) "00/00/00/02/255.jpg" "birthdateFormated" => string(10) "2016.03.30" "dateOfDeathFormated" => NULL "dateOfSpayFormated" => NULL "a2StampDateFormated" => NULL "a3StampDateFormated" => NULL "heightmeasureDateFormated" => NULL "firstA0DateFormated" => NULL ){ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => string(4) "5869" "name" => string(30) "ASK HER DANCE IN Extreme speed" "call_name" => string(2) "Iv" "description" => string(0) "" "birthdate" => string(10) "2016-03-30" "father_id" => string(4) "5862" "mother_id" => string(1) "0" "breed_id" => string(3) "297" "owner_id" => string(3) "773" "owner" => NULL "kennel_id" => string(1) "0" "handler" => NULL "user_id" => string(6) "200073" "gender" => string(1) "f" "regId" => string(12) "JR 70203 Boc" "color" => string(0) "" "visit" => NULL "listed" => string(3) "all" "created" => string(19) "2017-12-01 14:23:02" "updated" => string(19) "2017-12-01 14:41:56" "deleted" => NULL "protected" => string(1) "1" "spayed" => string(1) "0" "date_of_spay" => NULL "date_of_death" => NULL "rescue" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(26) ( "id" => string(4) "5869" "name" => string(30) "ASK HER DANCE IN Extreme speed" "call_name" => string(2) "Iv" "description" => string(0) "" "birthdate" => string(10) "2016-03-30" "father_id" => string(4) "5862" "mother_id" => string(1) "0" "breed_id" => string(3) "297" "owner_id" => string(3) "773" "owner" => NULL "kennel_id" => string(1) "0" "handler" => NULL "user_id" => string(6) "200073" "gender" => string(1) "f" "regId" => string(12) "JR 70203 Boc" "color" => string(0) "" "visit" => NULL "listed" => string(3) "all" "created" => string(19) "2017-12-01 14:23:02" "updated" => string(19) "2017-12-01 14:41:56" "deleted" => NULL "protected" => string(1) "1" "spayed" => string(1) "0" "date_of_spay" => NULL "date_of_death" => NULL "rescue" => string(1) "0" ) protected _related => array(5) ( "dogDetail" => object Model_DogDetail(34)
"myownerproposals" => NULL "openProposals" => NULL "hasEditingPermission" => bool FALSE ) }{ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => string(4) "5869" "colour_id" => string(1) "2" "withers_height" => NULL "weight" => NULL "description" => string(0) "" "agilityworkbook_id" => string(2) "98" "chipnumber" => string(15) "941000018611317" "heightmeasuredate" => NULL "agilitysizecategory" => string(1) "L" "placeofmeasuring" => string(0) "" "measuringjudgename" => string(0) "" "agilityclass" => string(2) "A1" "a2stampdate" => NULL "a2signername" => string(0) "" "a2countedinresults" => string(0) "" "a3stampdate" => NULL "a3signername" => string(0) "" "a3countedinresults" => string(0) "" "firsta0date" => NULL "asbapproved" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(20) ( "dog_id" => string(4) "5869" "colour_id" => string(1) "2" "withers_height" => NULL "weight" => NULL "description" => string(0) "" "agilityworkbook_id" => string(2) "98" "chipnumber" => string(15) "941000018611317" "heightmeasuredate" => NULL "agilitysizecategory" => string(1) "L" "placeofmeasuring" => string(0) "" "measuringjudgename" => string(0) "" "agilityclass" => string(2) "A1" "a2stampdate" => NULL "a2signername" => string(0) "" "a2countedinresults" => string(0) "" "a3stampdate" => NULL "a3signername" => string(0) "" "a3countedinresults" => string(0) "" "firsta0date" => NULL "asbapproved" => string(1) "0" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => string(4) "5869" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"breed" => object Model_Breed(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(7) ( "id" => string(3) "297" "original_name" => string(13) "Border Collie" "hu_name" => string(13) "Border collie" "hu_description" => NULL "en_name" => string(13) "Border Collie" "en_description" => string(0) "" "parent_breed_id" => NULL ) protected _changed => array(0) protected _original_values => array(7) ( "id" => string(3) "297" "original_name" => string(13) "Border Collie" "hu_name" => string(13) "Border collie" "hu_description" => NULL "en_name" => string(13) "Border Collie" "en_description" => string(0) "" "parent_breed_id" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "breed" protected _object_plural => string(6) "breeds" protected _table_name => string(6) "breeds" protected _table_columns => array(7) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "original_name" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "original_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hu_name" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "hu_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hu_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "hu_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "en_name" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "en_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "en_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "en_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "parent_breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "parent_breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "297" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"father" => object Model_Dog(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(5) "breed" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"mother" => object Model_Dog(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"dog_owner" => object Model_Owner(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(3) ( "primary_user" => array(2) ( "foreign_key" => string(15) "primary_user_id" "model" => string(4) "User" ) "defbreed" => array(2) ( "foreign_key" => string(11) "defbreed_id" "model" => string(5) "Breed" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) ) protected _has_many => array(5) ( "kennels" => array(4) ( "foreign_key" => string(8) "owner_id" "through" => NULL "far_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "coOwnedKennels" => array(4) ( "foreign_key" => string(10) "coowner_id" "through" => NULL "far_key" => string(16) "coownedkennel_id" "model" => string(6) "Kennel" ) "dogs" => array(4) ( "foreign_key" => string(8) "owner_id" "through" => NULL "far_key" => string(6) "dog_id" "model" => string(3) "Dog" ) "entries" => array(4) ( "foreign_key" => string(10) "handler_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(41) ( "id" => string(3) "773" "name" => string(14) "Natalija Celic" "email" => string(20) "naca.celic@gmail.com" "email_public" => string(1) "1" "country" => string(6) "Serbia" "country_public" => string(1) "0" "city" => string(8) "Belgrade" "city_public" => string(1) "1" "address" => string(11) "Resavska 84" "address_public" => string(1) "0" "phone" => string(13) "+381637853123" "phone_public" => string(1) "1" "name_public" => string(1) "1" "primary_user_id" => string(6) "200073" "protected" => string(1) "1" "user_id" => string(6) "200073" "updated" => string(19) "2018-01-14 15:09:28" "created" => string(19) "2017-12-01 14:15:58" "meoecard_id" => string(0) "" "meoecardvalidyear" => string(1) "0" "meoecardissuer" => string(0) "" "birthdate" => NULL "birthdate_public" => string(1) "0" "agilityteam" => string(0) "" "defbreed_id" => string(3) "297" "webpage" => string(0) "" "postcode" => string(5) "11000" "postcode_public" => string(1) "0" "postcode_letter" => string(0) "" "country_letter" => string(0) "" "city_letter" => string(0) "" "address_letter" => string(0) "" "letter_address_public" => string(1) "0" "asbapproved" => string(1) "0" "meoeemail" => NULL "meoename" => NULL "meoenamehash" => NULL "meoeemailhash" => NULL "meoecard_id_latest" => NULL "meoecardvalidyear_latest" => NULL "meoecardissuer_latest" => NULL ) protected _changed => array(0) protected _original_values => array(41) ( "id" => string(3) "773" "name" => string(14) "Natalija Celic" "email" => string(20) "naca.celic@gmail.com" "email_public" => string(1) "1" "country" => string(6) "Serbia" "country_public" => string(1) "0" "city" => string(8) "Belgrade" "city_public" => string(1) "1" "address" => string(11) "Resavska 84" "address_public" => string(1) "0" "phone" => string(13) "+381637853123" "phone_public" => string(1) "1" "name_public" => string(1) "1" "primary_user_id" => string(6) "200073" "protected" => string(1) "1" "user_id" => string(6) "200073" "updated" => string(19) "2018-01-14 15:09:28" "created" => string(19) "2017-12-01 14:15:58" "meoecard_id" => string(0) "" "meoecardvalidyear" => string(1) "0" "meoecardissuer" => string(0) "" "birthdate" => NULL "birthdate_public" => string(1) "0" "agilityteam" => string(0) "" "defbreed_id" => string(3) "297" "webpage" => string(0) "" "postcode" => string(5) "11000" "postcode_public" => string(1) "0" "postcode_letter" => string(0) "" "country_letter" => string(0) "" "city_letter" => string(0) "" "address_letter" => string(0) "" "letter_address_public" => string(1) "0" "asbapproved" => string(1) "0" "meoeemail" => NULL "meoename" => NULL "meoenamehash" => NULL "meoeemailhash" => NULL "meoecard_id_latest" => NULL "meoecardvalidyear_latest" => NULL "meoecardissuer_latest" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "owner" protected _object_plural => string(6) "owners" protected _table_name => string(6) "owners" protected _table_columns => array(41) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "email" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "email_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "country" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "country_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "city" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "city_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "address" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "address_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "phone" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "phone_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "name_public" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "primary_user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "primary_user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecard_id" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "meoecard_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardvalidyear" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(17) "meoecardvalidyear" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardissuer" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "meoecardissuer" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(16) "birthdate_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityteam" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "agilityteam" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "defbreed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "defbreed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "webpage" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "webpage" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "postcode" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(2) "10" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "postcode_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 28 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "postcode_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(2) "10" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "country_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "city_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 31 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "address_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 32 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "letter_address_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(21) "letter_address_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 33 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 34 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoeemail" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "meoeemail" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 35 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoename" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "meoename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 36 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoenamehash" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "meoenamehash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 37 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoeemailhash" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "meoeemailhash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 38 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecard_id_latest" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "meoecard_id_latest" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 39 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardvalidyear_latest" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(24) "meoecardvalidyear_latest" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 40 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardissuer_latest" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "meoecardissuer_latest" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 41 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "773" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(4) "5869" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(5) "owner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }354 { 355 throw new View_Exception('You must set the file to use within your view before rendering'); 356 } 357 358 // Combine local and global data and capture the output 359 return View::capture($this->_file, $this->_data); 360 } 361 362 }
-
SYSPATH/classes/Kohana/View.php [ 236 ] » Kohana_View->render()
231 */ 232 public function __toString() 233 { 234 try 235 { 236 return $this->render(); 237 } 238 catch (Exception $e) 239 { 240 /** 241 * Display the exception message.
-
APPPATH/views/resulttemplate.php [ 239 ] » Kohana_View->__toString()
234 </section> 235 </nav> 236 <!-- </div> --> 237 </div> 238 </div> 239 <?= $content ?> 240 <div class="row"> 241 <div class="large-4 columns"> 242 <div class="panel"> 243 <a href="<?= "/report/new/?url=" . urlencode(URL::base(true) . Request::detect_uri() . URL::query()) ?>" data-reveal-id="myModal" data-reveal-ajax="true"> 244 <?= __('Report a problem') ?>
-
SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)
0
string(55) "/var/www/dogresult/application/views/resulttemplate.php"
57 ob_start(); 58 59 try 60 { 61 // Load the view within the current scope 62 include $kohana_view_filename; 63 } 64 catch (Exception $e) 65 { 66 // Delete the output buffer 67 ob_end_clean();
-
MODPATH/mustache/classes/View.php [ 36 ] » Kohana_View::capture(arguments)
0
string(55) "/var/www/dogresult/application/views/resulttemplate.php"
1
array(5) ( "chartContent" => string(0) "" "content" => object View(2)
{ protected _file => string(49) "/var/www/dogresult/application/views/dog/view.php" protected _data => array(33) ( "dog" => object Model_Dog(34)
"registerCSS" => array(0) "registerJS" => array(0) "registerJSHead" => array(0) ){ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => string(4) "5869" "name" => string(30) "ASK HER DANCE IN Extreme speed" "call_name" => string(2) "Iv" "description" => string(0) "" "birthdate" => string(10) "2016-03-30" "father_id" => string(4) "5862" "mother_id" => string(1) "0" "breed_id" => string(3) "297" "owner_id" => string(3) "773" "owner" => NULL "kennel_id" => string(1) "0" "handler" => NULL "user_id" => string(6) "200073" "gender" => string(1) "f" "regId" => string(12) "JR 70203 Boc" "color" => string(0) "" "visit" => NULL "listed" => string(3) "all" "created" => string(19) "2017-12-01 14:23:02" "updated" => string(19) "2017-12-01 14:41:56" "deleted" => NULL "protected" => string(1) "1" "spayed" => string(1) "0" "date_of_spay" => NULL "date_of_death" => NULL "rescue" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(26) ( "id" => string(4) "5869" "name" => string(30) "ASK HER DANCE IN Extreme speed" "call_name" => string(2) "Iv" "description" => string(0) "" "birthdate" => string(10) "2016-03-30" "father_id" => string(4) "5862" "mother_id" => string(1) "0" "breed_id" => string(3) "297" "owner_id" => string(3) "773" "owner" => NULL "kennel_id" => string(1) "0" "handler" => NULL "user_id" => string(6) "200073" "gender" => string(1) "f" "regId" => string(12) "JR 70203 Boc" "color" => string(0) "" "visit" => NULL "listed" => string(3) "all" "created" => string(19) "2017-12-01 14:23:02" "updated" => string(19) "2017-12-01 14:41:56" "deleted" => NULL "protected" => string(1) "1" "spayed" => string(1) "0" "date_of_spay" => NULL "date_of_death" => NULL "rescue" => string(1) "0" ) protected _related => array(5) ( "dogDetail" => object Model_DogDetail(34)
"levels" => NULL "sports" => array(6) ( "a" => string(7) "Agility" "o" => string(9) "Obedience" "h" => string(7) "Hoopers" "w" => string(11) "Working-dog" "f" => string(7) "Frisbee" "d" => string(12) "Kiállítás" ) "gender_sel" => string(5) "szuka" "colour_decode" => string(5) "Barna" "agilityClass" => string(2) "A1" "showResultsStr" => string(0) "" "litter" => object Model_Litter(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => string(4) "5869" "colour_id" => string(1) "2" "withers_height" => NULL "weight" => NULL "description" => string(0) "" "agilityworkbook_id" => string(2) "98" "chipnumber" => string(15) "941000018611317" "heightmeasuredate" => NULL "agilitysizecategory" => string(1) "L" "placeofmeasuring" => string(0) "" "measuringjudgename" => string(0) "" "agilityclass" => string(2) "A1" "a2stampdate" => NULL "a2signername" => string(0) "" "a2countedinresults" => string(0) "" "a3stampdate" => NULL "a3signername" => string(0) "" "a3countedinresults" => string(0) "" "firsta0date" => NULL "asbapproved" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(20) ( "dog_id" => string(4) "5869" "colour_id" => string(1) "2" "withers_height" => NULL "weight" => NULL "description" => string(0) "" "agilityworkbook_id" => string(2) "98" "chipnumber" => string(15) "941000018611317" "heightmeasuredate" => NULL "agilitysizecategory" => string(1) "L" "placeofmeasuring" => string(0) "" "measuringjudgename" => string(0) "" "agilityclass" => string(2) "A1" "a2stampdate" => NULL "a2signername" => string(0) "" "a2countedinresults" => string(0) "" "a3stampdate" => NULL "a3signername" => string(0) "" "a3countedinresults" => string(0) "" "firsta0date" => NULL "asbapproved" => string(1) "0" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => string(4) "5869" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"breed" => object Model_Breed(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(7) ( "id" => string(3) "297" "original_name" => string(13) "Border Collie" "hu_name" => string(13) "Border collie" "hu_description" => NULL "en_name" => string(13) "Border Collie" "en_description" => string(0) "" "parent_breed_id" => NULL ) protected _changed => array(0) protected _original_values => array(7) ( "id" => string(3) "297" "original_name" => string(13) "Border Collie" "hu_name" => string(13) "Border collie" "hu_description" => NULL "en_name" => string(13) "Border Collie" "en_description" => string(0) "" "parent_breed_id" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "breed" protected _object_plural => string(6) "breeds" protected _table_name => string(6) "breeds" protected _table_columns => array(7) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "original_name" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "original_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hu_name" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "hu_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hu_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "hu_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "en_name" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "en_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "en_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "en_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "parent_breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "parent_breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "297" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"father" => object Model_Dog(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(5) "breed" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"mother" => object Model_Dog(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"dog_owner" => object Model_Owner(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(3) ( "primary_user" => array(2) ( "foreign_key" => string(15) "primary_user_id" "model" => string(4) "User" ) "defbreed" => array(2) ( "foreign_key" => string(11) "defbreed_id" "model" => string(5) "Breed" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) ) protected _has_many => array(5) ( "kennels" => array(4) ( "foreign_key" => string(8) "owner_id" "through" => NULL "far_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "coOwnedKennels" => array(4) ( "foreign_key" => string(10) "coowner_id" "through" => NULL "far_key" => string(16) "coownedkennel_id" "model" => string(6) "Kennel" ) "dogs" => array(4) ( "foreign_key" => string(8) "owner_id" "through" => NULL "far_key" => string(6) "dog_id" "model" => string(3) "Dog" ) "entries" => array(4) ( "foreign_key" => string(10) "handler_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(41) ( "id" => string(3) "773" "name" => string(14) "Natalija Celic" "email" => string(20) "naca.celic@gmail.com" "email_public" => string(1) "1" "country" => string(6) "Serbia" "country_public" => string(1) "0" "city" => string(8) "Belgrade" "city_public" => string(1) "1" "address" => string(11) "Resavska 84" "address_public" => string(1) "0" "phone" => string(13) "+381637853123" "phone_public" => string(1) "1" "name_public" => string(1) "1" "primary_user_id" => string(6) "200073" "protected" => string(1) "1" "user_id" => string(6) "200073" "updated" => string(19) "2018-01-14 15:09:28" "created" => string(19) "2017-12-01 14:15:58" "meoecard_id" => string(0) "" "meoecardvalidyear" => string(1) "0" "meoecardissuer" => string(0) "" "birthdate" => NULL "birthdate_public" => string(1) "0" "agilityteam" => string(0) "" "defbreed_id" => string(3) "297" "webpage" => string(0) "" "postcode" => string(5) "11000" "postcode_public" => string(1) "0" "postcode_letter" => string(0) "" "country_letter" => string(0) "" "city_letter" => string(0) "" "address_letter" => string(0) "" "letter_address_public" => string(1) "0" "asbapproved" => string(1) "0" "meoeemail" => NULL "meoename" => NULL "meoenamehash" => NULL "meoeemailhash" => NULL "meoecard_id_latest" => NULL "meoecardvalidyear_latest" => NULL "meoecardissuer_latest" => NULL ) protected _changed => array(0) protected _original_values => array(41) ( "id" => string(3) "773" "name" => string(14) "Natalija Celic" "email" => string(20) "naca.celic@gmail.com" "email_public" => string(1) "1" "country" => string(6) "Serbia" "country_public" => string(1) "0" "city" => string(8) "Belgrade" "city_public" => string(1) "1" "address" => string(11) "Resavska 84" "address_public" => string(1) "0" "phone" => string(13) "+381637853123" "phone_public" => string(1) "1" "name_public" => string(1) "1" "primary_user_id" => string(6) "200073" "protected" => string(1) "1" "user_id" => string(6) "200073" "updated" => string(19) "2018-01-14 15:09:28" "created" => string(19) "2017-12-01 14:15:58" "meoecard_id" => string(0) "" "meoecardvalidyear" => string(1) "0" "meoecardissuer" => string(0) "" "birthdate" => NULL "birthdate_public" => string(1) "0" "agilityteam" => string(0) "" "defbreed_id" => string(3) "297" "webpage" => string(0) "" "postcode" => string(5) "11000" "postcode_public" => string(1) "0" "postcode_letter" => string(0) "" "country_letter" => string(0) "" "city_letter" => string(0) "" "address_letter" => string(0) "" "letter_address_public" => string(1) "0" "asbapproved" => string(1) "0" "meoeemail" => NULL "meoename" => NULL "meoenamehash" => NULL "meoeemailhash" => NULL "meoecard_id_latest" => NULL "meoecardvalidyear_latest" => NULL "meoecardissuer_latest" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "owner" protected _object_plural => string(6) "owners" protected _table_name => string(6) "owners" protected _table_columns => array(41) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "email" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "email_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "country" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "country_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "city" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "city_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "address" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "address_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "phone" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "phone_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "name_public" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "primary_user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "primary_user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecard_id" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "meoecard_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardvalidyear" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(17) "meoecardvalidyear" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardissuer" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "meoecardissuer" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(16) "birthdate_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityteam" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "agilityteam" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "defbreed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "defbreed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "webpage" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "webpage" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "postcode" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(2) "10" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "postcode_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 28 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "postcode_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(2) "10" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "country_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "city_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 31 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "address_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 32 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "letter_address_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(21) "letter_address_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 33 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 34 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoeemail" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "meoeemail" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 35 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoename" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "meoename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 36 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoenamehash" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "meoenamehash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 37 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoeemailhash" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "meoeemailhash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 38 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecard_id_latest" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "meoecard_id_latest" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 39 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardvalidyear_latest" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(24) "meoecardvalidyear_latest" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 40 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardissuer_latest" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "meoecardissuer_latest" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 41 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "773" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(4) "5869" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(5) "owner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(3) ( "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) ) protected _has_many => array(1) ( "photos" => array(4) ( "foreign_key" => string(9) "object_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) ) protected _table_name => string(7) "litters" protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(12) ( "id" => NULL "father_id" => NULL "mother_id" => NULL "kennel_id" => NULL "mating_date" => NULL "date_of_birth" => NULL "littername" => NULL "user_id" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(6) "litter" protected _object_plural => string(7) "litters" protected _table_columns => array(12) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "mating_date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "mating_date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_birth" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_birth" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "littername" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "littername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"litters" => object View(2){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(6) "litter" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _file => string(51) "/var/www/dogresult/application/views/dog/litter.php" protected _data => array(2) ( "litters" => object Database_MySQLi_Result(7)
"dogShowResults" => object View(2){ protected _internal_row => integer 0 protected _query => string(511) "SELECT `litter`.`id` AS `id`, `litter`.`father_id` AS `father_id`, `litter`.`mother_id` AS `mother_id`, `litter`.`kennel_id` AS …" protected _result => object mysqli_result(5)
"__" => object Closure(1){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }
protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(12) "Model_Litter" protected _object_params => NULL }{ public 0 => object Closure(1) { *RECURSION* } }
) }{ protected _file => string(70) "/var/www/dogresult/application/views/results/view_showResList.mustache" protected _data => array(2) ( "results" => array(0) "__" => object Closure(1)
"dogShowTitles" => object View(2){ public 0 => object Closure(1) { *RECURSION* } }
) }{ protected _file => string(72) "/var/www/dogresult/application/views/results/view_showTitleList.mustache" protected _data => array(3) ( "results" => array(0) "dog" => object Model_Dog(34)
"dogWorkingResults" => object View(2){ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => string(4) "5869" "name" => string(30) "ASK HER DANCE IN Extreme speed" "call_name" => string(2) "Iv" "description" => string(0) "" "birthdate" => string(10) "2016-03-30" "father_id" => string(4) "5862" "mother_id" => string(1) "0" "breed_id" => string(3) "297" "owner_id" => string(3) "773" "owner" => NULL "kennel_id" => string(1) "0" "handler" => NULL "user_id" => string(6) "200073" "gender" => string(1) "f" "regId" => string(12) "JR 70203 Boc" "color" => string(0) "" "visit" => NULL "listed" => string(3) "all" "created" => string(19) "2017-12-01 14:23:02" "updated" => string(19) "2017-12-01 14:41:56" "deleted" => NULL "protected" => string(1) "1" "spayed" => string(1) "0" "date_of_spay" => NULL "date_of_death" => NULL "rescue" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(26) ( "id" => string(4) "5869" "name" => string(30) "ASK HER DANCE IN Extreme speed" "call_name" => string(2) "Iv" "description" => string(0) "" "birthdate" => string(10) "2016-03-30" "father_id" => string(4) "5862" "mother_id" => string(1) "0" "breed_id" => string(3) "297" "owner_id" => string(3) "773" "owner" => NULL "kennel_id" => string(1) "0" "handler" => NULL "user_id" => string(6) "200073" "gender" => string(1) "f" "regId" => string(12) "JR 70203 Boc" "color" => string(0) "" "visit" => NULL "listed" => string(3) "all" "created" => string(19) "2017-12-01 14:23:02" "updated" => string(19) "2017-12-01 14:41:56" "deleted" => NULL "protected" => string(1) "1" "spayed" => string(1) "0" "date_of_spay" => NULL "date_of_death" => NULL "rescue" => string(1) "0" ) protected _related => array(5) ( "dogDetail" => object Model_DogDetail(34)
"__" => object Closure(1){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => string(4) "5869" "colour_id" => string(1) "2" "withers_height" => NULL "weight" => NULL "description" => string(0) "" "agilityworkbook_id" => string(2) "98" "chipnumber" => string(15) "941000018611317" "heightmeasuredate" => NULL "agilitysizecategory" => string(1) "L" "placeofmeasuring" => string(0) "" "measuringjudgename" => string(0) "" "agilityclass" => string(2) "A1" "a2stampdate" => NULL "a2signername" => string(0) "" "a2countedinresults" => string(0) "" "a3stampdate" => NULL "a3signername" => string(0) "" "a3countedinresults" => string(0) "" "firsta0date" => NULL "asbapproved" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(20) ( "dog_id" => string(4) "5869" "colour_id" => string(1) "2" "withers_height" => NULL "weight" => NULL "description" => string(0) "" "agilityworkbook_id" => string(2) "98" "chipnumber" => string(15) "941000018611317" "heightmeasuredate" => NULL "agilitysizecategory" => string(1) "L" "placeofmeasuring" => string(0) "" "measuringjudgename" => string(0) "" "agilityclass" => string(2) "A1" "a2stampdate" => NULL "a2signername" => string(0) "" "a2countedinresults" => string(0) "" "a3stampdate" => NULL "a3signername" => string(0) "" "a3countedinresults" => string(0) "" "firsta0date" => NULL "asbapproved" => string(1) "0" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => string(4) "5869" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"breed" => object Model_Breed(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(7) ( "id" => string(3) "297" "original_name" => string(13) "Border Collie" "hu_name" => string(13) "Border collie" "hu_description" => NULL "en_name" => string(13) "Border Collie" "en_description" => string(0) "" "parent_breed_id" => NULL ) protected _changed => array(0) protected _original_values => array(7) ( "id" => string(3) "297" "original_name" => string(13) "Border Collie" "hu_name" => string(13) "Border collie" "hu_description" => NULL "en_name" => string(13) "Border Collie" "en_description" => string(0) "" "parent_breed_id" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "breed" protected _object_plural => string(6) "breeds" protected _table_name => string(6) "breeds" protected _table_columns => array(7) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "original_name" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "original_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hu_name" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "hu_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hu_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "hu_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "en_name" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "en_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "en_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "en_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "parent_breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "parent_breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "297" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"father" => object Model_Dog(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(5) "breed" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"mother" => object Model_Dog(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"dog_owner" => object Model_Owner(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(3) ( "primary_user" => array(2) ( "foreign_key" => string(15) "primary_user_id" "model" => string(4) "User" ) "defbreed" => array(2) ( "foreign_key" => string(11) "defbreed_id" "model" => string(5) "Breed" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) ) protected _has_many => array(5) ( "kennels" => array(4) ( "foreign_key" => string(8) "owner_id" "through" => NULL "far_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "coOwnedKennels" => array(4) ( "foreign_key" => string(10) "coowner_id" "through" => NULL "far_key" => string(16) "coownedkennel_id" "model" => string(6) "Kennel" ) "dogs" => array(4) ( "foreign_key" => string(8) "owner_id" "through" => NULL "far_key" => string(6) "dog_id" "model" => string(3) "Dog" ) "entries" => array(4) ( "foreign_key" => string(10) "handler_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(41) ( "id" => string(3) "773" "name" => string(14) "Natalija Celic" "email" => string(20) "naca.celic@gmail.com" "email_public" => string(1) "1" "country" => string(6) "Serbia" "country_public" => string(1) "0" "city" => string(8) "Belgrade" "city_public" => string(1) "1" "address" => string(11) "Resavska 84" "address_public" => string(1) "0" "phone" => string(13) "+381637853123" "phone_public" => string(1) "1" "name_public" => string(1) "1" "primary_user_id" => string(6) "200073" "protected" => string(1) "1" "user_id" => string(6) "200073" "updated" => string(19) "2018-01-14 15:09:28" "created" => string(19) "2017-12-01 14:15:58" "meoecard_id" => string(0) "" "meoecardvalidyear" => string(1) "0" "meoecardissuer" => string(0) "" "birthdate" => NULL "birthdate_public" => string(1) "0" "agilityteam" => string(0) "" "defbreed_id" => string(3) "297" "webpage" => string(0) "" "postcode" => string(5) "11000" "postcode_public" => string(1) "0" "postcode_letter" => string(0) "" "country_letter" => string(0) "" "city_letter" => string(0) "" "address_letter" => string(0) "" "letter_address_public" => string(1) "0" "asbapproved" => string(1) "0" "meoeemail" => NULL "meoename" => NULL "meoenamehash" => NULL "meoeemailhash" => NULL "meoecard_id_latest" => NULL "meoecardvalidyear_latest" => NULL "meoecardissuer_latest" => NULL ) protected _changed => array(0) protected _original_values => array(41) ( "id" => string(3) "773" "name" => string(14) "Natalija Celic" "email" => string(20) "naca.celic@gmail.com" "email_public" => string(1) "1" "country" => string(6) "Serbia" "country_public" => string(1) "0" "city" => string(8) "Belgrade" "city_public" => string(1) "1" "address" => string(11) "Resavska 84" "address_public" => string(1) "0" "phone" => string(13) "+381637853123" "phone_public" => string(1) "1" "name_public" => string(1) "1" "primary_user_id" => string(6) "200073" "protected" => string(1) "1" "user_id" => string(6) "200073" "updated" => string(19) "2018-01-14 15:09:28" "created" => string(19) "2017-12-01 14:15:58" "meoecard_id" => string(0) "" "meoecardvalidyear" => string(1) "0" "meoecardissuer" => string(0) "" "birthdate" => NULL "birthdate_public" => string(1) "0" "agilityteam" => string(0) "" "defbreed_id" => string(3) "297" "webpage" => string(0) "" "postcode" => string(5) "11000" "postcode_public" => string(1) "0" "postcode_letter" => string(0) "" "country_letter" => string(0) "" "city_letter" => string(0) "" "address_letter" => string(0) "" "letter_address_public" => string(1) "0" "asbapproved" => string(1) "0" "meoeemail" => NULL "meoename" => NULL "meoenamehash" => NULL "meoeemailhash" => NULL "meoecard_id_latest" => NULL "meoecardvalidyear_latest" => NULL "meoecardissuer_latest" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "owner" protected _object_plural => string(6) "owners" protected _table_name => string(6) "owners" protected _table_columns => array(41) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "email" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "email_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "country" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "country_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "city" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "city_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "address" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "address_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "phone" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "phone_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "name_public" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "primary_user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "primary_user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecard_id" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "meoecard_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardvalidyear" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(17) "meoecardvalidyear" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardissuer" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "meoecardissuer" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(16) "birthdate_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityteam" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "agilityteam" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "defbreed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "defbreed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "webpage" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "webpage" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "postcode" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(2) "10" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "postcode_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 28 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "postcode_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(2) "10" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "country_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "city_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 31 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "address_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 32 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "letter_address_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(21) "letter_address_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 33 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 34 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoeemail" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "meoeemail" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 35 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoename" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "meoename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 36 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoenamehash" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "meoenamehash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 37 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoeemailhash" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "meoeemailhash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 38 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecard_id_latest" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "meoecard_id_latest" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 39 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardvalidyear_latest" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(24) "meoecardvalidyear_latest" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 40 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardissuer_latest" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "meoecardissuer_latest" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 41 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "773" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(4) "5869" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(5) "owner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ public 0 => object Closure(1) { *RECURSION* } }
) }{ protected _file => string(70) "/var/www/dogresult/application/views/results/view_workingList.mustache" protected _data => array(3) ( "results" => array(0) "hasEditingPermission" => bool FALSE "__" => object Closure(1)
"dogHealthTestResults" => object View(2){ public 0 => object Closure(1) { *RECURSION* } }
) }{ protected _file => string(70) "/var/www/dogresult/application/views/results/view_hipTestList.mustache" protected _data => array(3) ( "results" => array(0) "dog" => object Model_Dog(34)
"suitabilityTests" => object View(2){ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => string(4) "5869" "name" => string(30) "ASK HER DANCE IN Extreme speed" "call_name" => string(2) "Iv" "description" => string(0) "" "birthdate" => string(10) "2016-03-30" "father_id" => string(4) "5862" "mother_id" => string(1) "0" "breed_id" => string(3) "297" "owner_id" => string(3) "773" "owner" => NULL "kennel_id" => string(1) "0" "handler" => NULL "user_id" => string(6) "200073" "gender" => string(1) "f" "regId" => string(12) "JR 70203 Boc" "color" => string(0) "" "visit" => NULL "listed" => string(3) "all" "created" => string(19) "2017-12-01 14:23:02" "updated" => string(19) "2017-12-01 14:41:56" "deleted" => NULL "protected" => string(1) "1" "spayed" => string(1) "0" "date_of_spay" => NULL "date_of_death" => NULL "rescue" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(26) ( "id" => string(4) "5869" "name" => string(30) "ASK HER DANCE IN Extreme speed" "call_name" => string(2) "Iv" "description" => string(0) "" "birthdate" => string(10) "2016-03-30" "father_id" => string(4) "5862" "mother_id" => string(1) "0" "breed_id" => string(3) "297" "owner_id" => string(3) "773" "owner" => NULL "kennel_id" => string(1) "0" "handler" => NULL "user_id" => string(6) "200073" "gender" => string(1) "f" "regId" => string(12) "JR 70203 Boc" "color" => string(0) "" "visit" => NULL "listed" => string(3) "all" "created" => string(19) "2017-12-01 14:23:02" "updated" => string(19) "2017-12-01 14:41:56" "deleted" => NULL "protected" => string(1) "1" "spayed" => string(1) "0" "date_of_spay" => NULL "date_of_death" => NULL "rescue" => string(1) "0" ) protected _related => array(5) ( "dogDetail" => object Model_DogDetail(34)
"__" => object Closure(1){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => string(4) "5869" "colour_id" => string(1) "2" "withers_height" => NULL "weight" => NULL "description" => string(0) "" "agilityworkbook_id" => string(2) "98" "chipnumber" => string(15) "941000018611317" "heightmeasuredate" => NULL "agilitysizecategory" => string(1) "L" "placeofmeasuring" => string(0) "" "measuringjudgename" => string(0) "" "agilityclass" => string(2) "A1" "a2stampdate" => NULL "a2signername" => string(0) "" "a2countedinresults" => string(0) "" "a3stampdate" => NULL "a3signername" => string(0) "" "a3countedinresults" => string(0) "" "firsta0date" => NULL "asbapproved" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(20) ( "dog_id" => string(4) "5869" "colour_id" => string(1) "2" "withers_height" => NULL "weight" => NULL "description" => string(0) "" "agilityworkbook_id" => string(2) "98" "chipnumber" => string(15) "941000018611317" "heightmeasuredate" => NULL "agilitysizecategory" => string(1) "L" "placeofmeasuring" => string(0) "" "measuringjudgename" => string(0) "" "agilityclass" => string(2) "A1" "a2stampdate" => NULL "a2signername" => string(0) "" "a2countedinresults" => string(0) "" "a3stampdate" => NULL "a3signername" => string(0) "" "a3countedinresults" => string(0) "" "firsta0date" => NULL "asbapproved" => string(1) "0" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => string(4) "5869" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"breed" => object Model_Breed(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(7) ( "id" => string(3) "297" "original_name" => string(13) "Border Collie" "hu_name" => string(13) "Border collie" "hu_description" => NULL "en_name" => string(13) "Border Collie" "en_description" => string(0) "" "parent_breed_id" => NULL ) protected _changed => array(0) protected _original_values => array(7) ( "id" => string(3) "297" "original_name" => string(13) "Border Collie" "hu_name" => string(13) "Border collie" "hu_description" => NULL "en_name" => string(13) "Border Collie" "en_description" => string(0) "" "parent_breed_id" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "breed" protected _object_plural => string(6) "breeds" protected _table_name => string(6) "breeds" protected _table_columns => array(7) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "original_name" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "original_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hu_name" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "hu_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hu_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "hu_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "en_name" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "en_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "en_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "en_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "parent_breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "parent_breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "297" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"father" => object Model_Dog(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(5) "breed" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"mother" => object Model_Dog(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"dog_owner" => object Model_Owner(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(3) ( "primary_user" => array(2) ( "foreign_key" => string(15) "primary_user_id" "model" => string(4) "User" ) "defbreed" => array(2) ( "foreign_key" => string(11) "defbreed_id" "model" => string(5) "Breed" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) ) protected _has_many => array(5) ( "kennels" => array(4) ( "foreign_key" => string(8) "owner_id" "through" => NULL "far_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "coOwnedKennels" => array(4) ( "foreign_key" => string(10) "coowner_id" "through" => NULL "far_key" => string(16) "coownedkennel_id" "model" => string(6) "Kennel" ) "dogs" => array(4) ( "foreign_key" => string(8) "owner_id" "through" => NULL "far_key" => string(6) "dog_id" "model" => string(3) "Dog" ) "entries" => array(4) ( "foreign_key" => string(10) "handler_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(41) ( "id" => string(3) "773" "name" => string(14) "Natalija Celic" "email" => string(20) "naca.celic@gmail.com" "email_public" => string(1) "1" "country" => string(6) "Serbia" "country_public" => string(1) "0" "city" => string(8) "Belgrade" "city_public" => string(1) "1" "address" => string(11) "Resavska 84" "address_public" => string(1) "0" "phone" => string(13) "+381637853123" "phone_public" => string(1) "1" "name_public" => string(1) "1" "primary_user_id" => string(6) "200073" "protected" => string(1) "1" "user_id" => string(6) "200073" "updated" => string(19) "2018-01-14 15:09:28" "created" => string(19) "2017-12-01 14:15:58" "meoecard_id" => string(0) "" "meoecardvalidyear" => string(1) "0" "meoecardissuer" => string(0) "" "birthdate" => NULL "birthdate_public" => string(1) "0" "agilityteam" => string(0) "" "defbreed_id" => string(3) "297" "webpage" => string(0) "" "postcode" => string(5) "11000" "postcode_public" => string(1) "0" "postcode_letter" => string(0) "" "country_letter" => string(0) "" "city_letter" => string(0) "" "address_letter" => string(0) "" "letter_address_public" => string(1) "0" "asbapproved" => string(1) "0" "meoeemail" => NULL "meoename" => NULL "meoenamehash" => NULL "meoeemailhash" => NULL "meoecard_id_latest" => NULL "meoecardvalidyear_latest" => NULL "meoecardissuer_latest" => NULL ) protected _changed => array(0) protected _original_values => array(41) ( "id" => string(3) "773" "name" => string(14) "Natalija Celic" "email" => string(20) "naca.celic@gmail.com" "email_public" => string(1) "1" "country" => string(6) "Serbia" "country_public" => string(1) "0" "city" => string(8) "Belgrade" "city_public" => string(1) "1" "address" => string(11) "Resavska 84" "address_public" => string(1) "0" "phone" => string(13) "+381637853123" "phone_public" => string(1) "1" "name_public" => string(1) "1" "primary_user_id" => string(6) "200073" "protected" => string(1) "1" "user_id" => string(6) "200073" "updated" => string(19) "2018-01-14 15:09:28" "created" => string(19) "2017-12-01 14:15:58" "meoecard_id" => string(0) "" "meoecardvalidyear" => string(1) "0" "meoecardissuer" => string(0) "" "birthdate" => NULL "birthdate_public" => string(1) "0" "agilityteam" => string(0) "" "defbreed_id" => string(3) "297" "webpage" => string(0) "" "postcode" => string(5) "11000" "postcode_public" => string(1) "0" "postcode_letter" => string(0) "" "country_letter" => string(0) "" "city_letter" => string(0) "" "address_letter" => string(0) "" "letter_address_public" => string(1) "0" "asbapproved" => string(1) "0" "meoeemail" => NULL "meoename" => NULL "meoenamehash" => NULL "meoeemailhash" => NULL "meoecard_id_latest" => NULL "meoecardvalidyear_latest" => NULL "meoecardissuer_latest" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "owner" protected _object_plural => string(6) "owners" protected _table_name => string(6) "owners" protected _table_columns => array(41) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "email" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "email_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "country" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "country_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "city" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "city_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "address" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "address_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "phone" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "phone_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "name_public" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "primary_user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "primary_user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecard_id" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "meoecard_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardvalidyear" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(17) "meoecardvalidyear" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardissuer" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "meoecardissuer" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(16) "birthdate_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityteam" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "agilityteam" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "defbreed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "defbreed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "webpage" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "webpage" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "postcode" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(2) "10" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "postcode_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 28 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "postcode_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(2) "10" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "country_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "city_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 31 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "address_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 32 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "letter_address_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(21) "letter_address_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 33 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 34 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoeemail" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "meoeemail" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 35 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoename" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "meoename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 36 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoenamehash" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "meoenamehash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 37 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoeemailhash" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "meoeemailhash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 38 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecard_id_latest" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "meoecard_id_latest" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 39 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardvalidyear_latest" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(24) "meoecardvalidyear_latest" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 40 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardissuer_latest" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "meoecardissuer_latest" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 41 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "773" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(4) "5869" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(5) "owner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ public 0 => object Closure(1) { *RECURSION* } }
) }{ protected _file => string(71) "/var/www/dogresult/application/views/results/view_suitableList.mustache" protected _data => array(2) ( "suitableTests" => array(0) "__" => object Closure(1)
"hipTestId" => NULL "patellaId" => NULL "elbowTestId" => NULL "shoulderTestId" => NULL "chart" => object View(2){ public 0 => object Closure(1) { *RECURSION* } }
) }{ protected _file => string(55) "/var/www/dogresult/application/views/dog/chart.mustache" protected _data => array(30) ( "root" => object Model_Dog(34)
"owner" => object View(2){ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => string(4) "5869" "name" => string(30) "ASK HER DANCE IN Extreme speed" "call_name" => string(2) "Iv" "description" => string(0) "" "birthdate" => string(10) "2016-03-30" "father_id" => string(4) "5862" "mother_id" => string(1) "0" "breed_id" => string(3) "297" "owner_id" => string(3) "773" "owner" => NULL "kennel_id" => string(1) "0" "handler" => NULL "user_id" => string(6) "200073" "gender" => string(1) "f" "regId" => string(12) "JR 70203 Boc" "color" => string(0) "" "visit" => NULL "listed" => string(3) "all" "created" => string(19) "2017-12-01 14:23:02" "updated" => string(19) "2017-12-01 14:41:56" "deleted" => NULL "protected" => string(1) "1" "spayed" => string(1) "0" "date_of_spay" => NULL "date_of_death" => NULL "rescue" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(26) ( "id" => string(4) "5869" "name" => string(30) "ASK HER DANCE IN Extreme speed" "call_name" => string(2) "Iv" "description" => string(0) "" "birthdate" => string(10) "2016-03-30" "father_id" => string(4) "5862" "mother_id" => string(1) "0" "breed_id" => string(3) "297" "owner_id" => string(3) "773" "owner" => NULL "kennel_id" => string(1) "0" "handler" => NULL "user_id" => string(6) "200073" "gender" => string(1) "f" "regId" => string(12) "JR 70203 Boc" "color" => string(0) "" "visit" => NULL "listed" => string(3) "all" "created" => string(19) "2017-12-01 14:23:02" "updated" => string(19) "2017-12-01 14:41:56" "deleted" => NULL "protected" => string(1) "1" "spayed" => string(1) "0" "date_of_spay" => NULL "date_of_death" => NULL "rescue" => string(1) "0" ) protected _related => array(5) ( "dogDetail" => object Model_DogDetail(34)
"f" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => string(4) "5869" "colour_id" => string(1) "2" "withers_height" => NULL "weight" => NULL "description" => string(0) "" "agilityworkbook_id" => string(2) "98" "chipnumber" => string(15) "941000018611317" "heightmeasuredate" => NULL "agilitysizecategory" => string(1) "L" "placeofmeasuring" => string(0) "" "measuringjudgename" => string(0) "" "agilityclass" => string(2) "A1" "a2stampdate" => NULL "a2signername" => string(0) "" "a2countedinresults" => string(0) "" "a3stampdate" => NULL "a3signername" => string(0) "" "a3countedinresults" => string(0) "" "firsta0date" => NULL "asbapproved" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(20) ( "dog_id" => string(4) "5869" "colour_id" => string(1) "2" "withers_height" => NULL "weight" => NULL "description" => string(0) "" "agilityworkbook_id" => string(2) "98" "chipnumber" => string(15) "941000018611317" "heightmeasuredate" => NULL "agilitysizecategory" => string(1) "L" "placeofmeasuring" => string(0) "" "measuringjudgename" => string(0) "" "agilityclass" => string(2) "A1" "a2stampdate" => NULL "a2signername" => string(0) "" "a2countedinresults" => string(0) "" "a3stampdate" => NULL "a3signername" => string(0) "" "a3countedinresults" => string(0) "" "firsta0date" => NULL "asbapproved" => string(1) "0" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => string(4) "5869" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"breed" => object Model_Breed(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(7) ( "id" => string(3) "297" "original_name" => string(13) "Border Collie" "hu_name" => string(13) "Border collie" "hu_description" => NULL "en_name" => string(13) "Border Collie" "en_description" => string(0) "" "parent_breed_id" => NULL ) protected _changed => array(0) protected _original_values => array(7) ( "id" => string(3) "297" "original_name" => string(13) "Border Collie" "hu_name" => string(13) "Border collie" "hu_description" => NULL "en_name" => string(13) "Border Collie" "en_description" => string(0) "" "parent_breed_id" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "breed" protected _object_plural => string(6) "breeds" protected _table_name => string(6) "breeds" protected _table_columns => array(7) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "original_name" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "original_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hu_name" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "hu_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hu_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "hu_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "en_name" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "en_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "en_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "en_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "parent_breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "parent_breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "297" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"father" => object Model_Dog(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(5) "breed" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"mother" => object Model_Dog(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"dog_owner" => object Model_Owner(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(3) ( "primary_user" => array(2) ( "foreign_key" => string(15) "primary_user_id" "model" => string(4) "User" ) "defbreed" => array(2) ( "foreign_key" => string(11) "defbreed_id" "model" => string(5) "Breed" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) ) protected _has_many => array(5) ( "kennels" => array(4) ( "foreign_key" => string(8) "owner_id" "through" => NULL "far_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "coOwnedKennels" => array(4) ( "foreign_key" => string(10) "coowner_id" "through" => NULL "far_key" => string(16) "coownedkennel_id" "model" => string(6) "Kennel" ) "dogs" => array(4) ( "foreign_key" => string(8) "owner_id" "through" => NULL "far_key" => string(6) "dog_id" "model" => string(3) "Dog" ) "entries" => array(4) ( "foreign_key" => string(10) "handler_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(41) ( "id" => string(3) "773" "name" => string(14) "Natalija Celic" "email" => string(20) "naca.celic@gmail.com" "email_public" => string(1) "1" "country" => string(6) "Serbia" "country_public" => string(1) "0" "city" => string(8) "Belgrade" "city_public" => string(1) "1" "address" => string(11) "Resavska 84" "address_public" => string(1) "0" "phone" => string(13) "+381637853123" "phone_public" => string(1) "1" "name_public" => string(1) "1" "primary_user_id" => string(6) "200073" "protected" => string(1) "1" "user_id" => string(6) "200073" "updated" => string(19) "2018-01-14 15:09:28" "created" => string(19) "2017-12-01 14:15:58" "meoecard_id" => string(0) "" "meoecardvalidyear" => string(1) "0" "meoecardissuer" => string(0) "" "birthdate" => NULL "birthdate_public" => string(1) "0" "agilityteam" => string(0) "" "defbreed_id" => string(3) "297" "webpage" => string(0) "" "postcode" => string(5) "11000" "postcode_public" => string(1) "0" "postcode_letter" => string(0) "" "country_letter" => string(0) "" "city_letter" => string(0) "" "address_letter" => string(0) "" "letter_address_public" => string(1) "0" "asbapproved" => string(1) "0" "meoeemail" => NULL "meoename" => NULL "meoenamehash" => NULL "meoeemailhash" => NULL "meoecard_id_latest" => NULL "meoecardvalidyear_latest" => NULL "meoecardissuer_latest" => NULL ) protected _changed => array(0) protected _original_values => array(41) ( "id" => string(3) "773" "name" => string(14) "Natalija Celic" "email" => string(20) "naca.celic@gmail.com" "email_public" => string(1) "1" "country" => string(6) "Serbia" "country_public" => string(1) "0" "city" => string(8) "Belgrade" "city_public" => string(1) "1" "address" => string(11) "Resavska 84" "address_public" => string(1) "0" "phone" => string(13) "+381637853123" "phone_public" => string(1) "1" "name_public" => string(1) "1" "primary_user_id" => string(6) "200073" "protected" => string(1) "1" "user_id" => string(6) "200073" "updated" => string(19) "2018-01-14 15:09:28" "created" => string(19) "2017-12-01 14:15:58" "meoecard_id" => string(0) "" "meoecardvalidyear" => string(1) "0" "meoecardissuer" => string(0) "" "birthdate" => NULL "birthdate_public" => string(1) "0" "agilityteam" => string(0) "" "defbreed_id" => string(3) "297" "webpage" => string(0) "" "postcode" => string(5) "11000" "postcode_public" => string(1) "0" "postcode_letter" => string(0) "" "country_letter" => string(0) "" "city_letter" => string(0) "" "address_letter" => string(0) "" "letter_address_public" => string(1) "0" "asbapproved" => string(1) "0" "meoeemail" => NULL "meoename" => NULL "meoenamehash" => NULL "meoeemailhash" => NULL "meoecard_id_latest" => NULL "meoecardvalidyear_latest" => NULL "meoecardissuer_latest" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "owner" protected _object_plural => string(6) "owners" protected _table_name => string(6) "owners" protected _table_columns => array(41) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "email" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "email_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "country" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "country_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "city" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "city_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "address" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "address_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "phone" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "phone_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "name_public" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "primary_user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "primary_user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecard_id" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "meoecard_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardvalidyear" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(17) "meoecardvalidyear" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardissuer" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "meoecardissuer" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(16) "birthdate_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityteam" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "agilityteam" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "defbreed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "defbreed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "webpage" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "webpage" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "postcode" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(2) "10" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "postcode_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 28 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "postcode_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(2) "10" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "country_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "city_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 31 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "address_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 32 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "letter_address_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(21) "letter_address_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 33 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 34 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoeemail" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "meoeemail" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 35 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoename" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "meoename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 36 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoenamehash" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "meoenamehash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 37 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoeemailhash" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "meoeemailhash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 38 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecard_id_latest" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "meoecard_id_latest" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 39 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardvalidyear_latest" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(24) "meoecardvalidyear_latest" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 40 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardissuer_latest" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "meoecardissuer_latest" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 41 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "773" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(4) "5869" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(5) "owner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"f_color" => string(0) "" "m" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"m_color" => string(0) "" "ff" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"ff_color" => string(0) "" "fff" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"fff_color" => string(0) "" "ffm" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"ffm_color" => string(0) "" "fm" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"fm_color" => string(0) "" "fmf" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"fmf_color" => string(0) "" "fmm" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"fmm_color" => string(0) "" "mf" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"mf_color" => string(0) "" "mff" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"mff_color" => string(0) "" "mfm" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"mfm_color" => string(0) "" "mm" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"mm_color" => string(0) "" "mmf" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"mmf_color" => string(0) "" "mmm" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"mmm_color" => string(0) "" "__" => object Closure(1){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ public 0 => object Closure(1) { *RECURSION* } }
) }{ protected _file => string(55) "/var/www/dogresult/application/views/dog/view_owner.php" protected _data => array(4) ( "dog" => object Model_Dog(34)
"adminOrClubRights" => bool FALSE "kennelAnchor" => NULL "hasEditingPermission" => bool FALSE "hasAgilityRole" => bool FALSE "hasAdminRole" => bool FALSE "avatar" => string(19) "00/00/00/02/255.jpg" "birthdateFormated" => string(10) "2016.03.30" "dateOfDeathFormated" => NULL "dateOfSpayFormated" => NULL "a2StampDateFormated" => NULL "a3StampDateFormated" => NULL "heightmeasureDateFormated" => NULL "firstA0DateFormated" => NULL ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => string(4) "5869" "name" => string(30) "ASK HER DANCE IN Extreme speed" "call_name" => string(2) "Iv" "description" => string(0) "" "birthdate" => string(10) "2016-03-30" "father_id" => string(4) "5862" "mother_id" => string(1) "0" "breed_id" => string(3) "297" "owner_id" => string(3) "773" "owner" => NULL "kennel_id" => string(1) "0" "handler" => NULL "user_id" => string(6) "200073" "gender" => string(1) "f" "regId" => string(12) "JR 70203 Boc" "color" => string(0) "" "visit" => NULL "listed" => string(3) "all" "created" => string(19) "2017-12-01 14:23:02" "updated" => string(19) "2017-12-01 14:41:56" "deleted" => NULL "protected" => string(1) "1" "spayed" => string(1) "0" "date_of_spay" => NULL "date_of_death" => NULL "rescue" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(26) ( "id" => string(4) "5869" "name" => string(30) "ASK HER DANCE IN Extreme speed" "call_name" => string(2) "Iv" "description" => string(0) "" "birthdate" => string(10) "2016-03-30" "father_id" => string(4) "5862" "mother_id" => string(1) "0" "breed_id" => string(3) "297" "owner_id" => string(3) "773" "owner" => NULL "kennel_id" => string(1) "0" "handler" => NULL "user_id" => string(6) "200073" "gender" => string(1) "f" "regId" => string(12) "JR 70203 Boc" "color" => string(0) "" "visit" => NULL "listed" => string(3) "all" "created" => string(19) "2017-12-01 14:23:02" "updated" => string(19) "2017-12-01 14:41:56" "deleted" => NULL "protected" => string(1) "1" "spayed" => string(1) "0" "date_of_spay" => NULL "date_of_death" => NULL "rescue" => string(1) "0" ) protected _related => array(5) ( "dogDetail" => object Model_DogDetail(34)
"myownerproposals" => NULL "openProposals" => NULL "hasEditingPermission" => bool FALSE ) }{ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => string(4) "5869" "colour_id" => string(1) "2" "withers_height" => NULL "weight" => NULL "description" => string(0) "" "agilityworkbook_id" => string(2) "98" "chipnumber" => string(15) "941000018611317" "heightmeasuredate" => NULL "agilitysizecategory" => string(1) "L" "placeofmeasuring" => string(0) "" "measuringjudgename" => string(0) "" "agilityclass" => string(2) "A1" "a2stampdate" => NULL "a2signername" => string(0) "" "a2countedinresults" => string(0) "" "a3stampdate" => NULL "a3signername" => string(0) "" "a3countedinresults" => string(0) "" "firsta0date" => NULL "asbapproved" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(20) ( "dog_id" => string(4) "5869" "colour_id" => string(1) "2" "withers_height" => NULL "weight" => NULL "description" => string(0) "" "agilityworkbook_id" => string(2) "98" "chipnumber" => string(15) "941000018611317" "heightmeasuredate" => NULL "agilitysizecategory" => string(1) "L" "placeofmeasuring" => string(0) "" "measuringjudgename" => string(0) "" "agilityclass" => string(2) "A1" "a2stampdate" => NULL "a2signername" => string(0) "" "a2countedinresults" => string(0) "" "a3stampdate" => NULL "a3signername" => string(0) "" "a3countedinresults" => string(0) "" "firsta0date" => NULL "asbapproved" => string(1) "0" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => string(4) "5869" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"breed" => object Model_Breed(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(7) ( "id" => string(3) "297" "original_name" => string(13) "Border Collie" "hu_name" => string(13) "Border collie" "hu_description" => NULL "en_name" => string(13) "Border Collie" "en_description" => string(0) "" "parent_breed_id" => NULL ) protected _changed => array(0) protected _original_values => array(7) ( "id" => string(3) "297" "original_name" => string(13) "Border Collie" "hu_name" => string(13) "Border collie" "hu_description" => NULL "en_name" => string(13) "Border Collie" "en_description" => string(0) "" "parent_breed_id" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "breed" protected _object_plural => string(6) "breeds" protected _table_name => string(6) "breeds" protected _table_columns => array(7) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "original_name" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "original_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hu_name" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "hu_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hu_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "hu_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "en_name" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "en_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "en_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "en_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "parent_breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "parent_breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "297" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"father" => object Model_Dog(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(5) "breed" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"mother" => object Model_Dog(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"dog_owner" => object Model_Owner(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(3) ( "primary_user" => array(2) ( "foreign_key" => string(15) "primary_user_id" "model" => string(4) "User" ) "defbreed" => array(2) ( "foreign_key" => string(11) "defbreed_id" "model" => string(5) "Breed" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) ) protected _has_many => array(5) ( "kennels" => array(4) ( "foreign_key" => string(8) "owner_id" "through" => NULL "far_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "coOwnedKennels" => array(4) ( "foreign_key" => string(10) "coowner_id" "through" => NULL "far_key" => string(16) "coownedkennel_id" "model" => string(6) "Kennel" ) "dogs" => array(4) ( "foreign_key" => string(8) "owner_id" "through" => NULL "far_key" => string(6) "dog_id" "model" => string(3) "Dog" ) "entries" => array(4) ( "foreign_key" => string(10) "handler_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(41) ( "id" => string(3) "773" "name" => string(14) "Natalija Celic" "email" => string(20) "naca.celic@gmail.com" "email_public" => string(1) "1" "country" => string(6) "Serbia" "country_public" => string(1) "0" "city" => string(8) "Belgrade" "city_public" => string(1) "1" "address" => string(11) "Resavska 84" "address_public" => string(1) "0" "phone" => string(13) "+381637853123" "phone_public" => string(1) "1" "name_public" => string(1) "1" "primary_user_id" => string(6) "200073" "protected" => string(1) "1" "user_id" => string(6) "200073" "updated" => string(19) "2018-01-14 15:09:28" "created" => string(19) "2017-12-01 14:15:58" "meoecard_id" => string(0) "" "meoecardvalidyear" => string(1) "0" "meoecardissuer" => string(0) "" "birthdate" => NULL "birthdate_public" => string(1) "0" "agilityteam" => string(0) "" "defbreed_id" => string(3) "297" "webpage" => string(0) "" "postcode" => string(5) "11000" "postcode_public" => string(1) "0" "postcode_letter" => string(0) "" "country_letter" => string(0) "" "city_letter" => string(0) "" "address_letter" => string(0) "" "letter_address_public" => string(1) "0" "asbapproved" => string(1) "0" "meoeemail" => NULL "meoename" => NULL "meoenamehash" => NULL "meoeemailhash" => NULL "meoecard_id_latest" => NULL "meoecardvalidyear_latest" => NULL "meoecardissuer_latest" => NULL ) protected _changed => array(0) protected _original_values => array(41) ( "id" => string(3) "773" "name" => string(14) "Natalija Celic" "email" => string(20) "naca.celic@gmail.com" "email_public" => string(1) "1" "country" => string(6) "Serbia" "country_public" => string(1) "0" "city" => string(8) "Belgrade" "city_public" => string(1) "1" "address" => string(11) "Resavska 84" "address_public" => string(1) "0" "phone" => string(13) "+381637853123" "phone_public" => string(1) "1" "name_public" => string(1) "1" "primary_user_id" => string(6) "200073" "protected" => string(1) "1" "user_id" => string(6) "200073" "updated" => string(19) "2018-01-14 15:09:28" "created" => string(19) "2017-12-01 14:15:58" "meoecard_id" => string(0) "" "meoecardvalidyear" => string(1) "0" "meoecardissuer" => string(0) "" "birthdate" => NULL "birthdate_public" => string(1) "0" "agilityteam" => string(0) "" "defbreed_id" => string(3) "297" "webpage" => string(0) "" "postcode" => string(5) "11000" "postcode_public" => string(1) "0" "postcode_letter" => string(0) "" "country_letter" => string(0) "" "city_letter" => string(0) "" "address_letter" => string(0) "" "letter_address_public" => string(1) "0" "asbapproved" => string(1) "0" "meoeemail" => NULL "meoename" => NULL "meoenamehash" => NULL "meoeemailhash" => NULL "meoecard_id_latest" => NULL "meoecardvalidyear_latest" => NULL "meoecardissuer_latest" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "owner" protected _object_plural => string(6) "owners" protected _table_name => string(6) "owners" protected _table_columns => array(41) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "email" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "email_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "country" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "country_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "city" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "city_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "address" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "address_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "phone" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "phone_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "name_public" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "primary_user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "primary_user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecard_id" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "meoecard_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardvalidyear" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(17) "meoecardvalidyear" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardissuer" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "meoecardissuer" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(16) "birthdate_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityteam" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "agilityteam" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "defbreed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "defbreed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "webpage" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "webpage" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "postcode" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(2) "10" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "postcode_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 28 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "postcode_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(2) "10" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "country_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "city_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 31 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "address_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 32 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "letter_address_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(21) "letter_address_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 33 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 34 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoeemail" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "meoeemail" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 35 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoename" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "meoename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 36 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoenamehash" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "meoenamehash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 37 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoeemailhash" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "meoeemailhash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 38 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecard_id_latest" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "meoecard_id_latest" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 39 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardvalidyear_latest" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(24) "meoecardvalidyear_latest" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 40 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardissuer_latest" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "meoecardissuer_latest" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 41 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "773" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(4) "5869" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(5) "owner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }31 32 33 protected static function capture($kohana_view_filename, array $kohana_view_data) { 34 $extension = pathinfo($kohana_view_filename, PATHINFO_EXTENSION); 35 // If it's not a mustache file, do the default: 36 if ($extension != 'mustache') return Kohana_View::capture($kohana_view_filename, $kohana_view_data); 37 38 $vars = Arr::merge(self::kohanaVariables(), View::$_global_data); 39 $vars = Arr::merge($vars, $kohana_view_data); 40 41 $m = new Mustache;
-
SYSPATH/classes/Kohana/View.php [ 359 ] » View::capture(arguments)
0
string(55) "/var/www/dogresult/application/views/resulttemplate.php"
1
array(5) ( "chartContent" => string(0) "" "content" => object View(2)
{ protected _file => string(49) "/var/www/dogresult/application/views/dog/view.php" protected _data => array(33) ( "dog" => object Model_Dog(34)
"registerCSS" => array(0) "registerJS" => array(0) "registerJSHead" => array(0) ){ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => string(4) "5869" "name" => string(30) "ASK HER DANCE IN Extreme speed" "call_name" => string(2) "Iv" "description" => string(0) "" "birthdate" => string(10) "2016-03-30" "father_id" => string(4) "5862" "mother_id" => string(1) "0" "breed_id" => string(3) "297" "owner_id" => string(3) "773" "owner" => NULL "kennel_id" => string(1) "0" "handler" => NULL "user_id" => string(6) "200073" "gender" => string(1) "f" "regId" => string(12) "JR 70203 Boc" "color" => string(0) "" "visit" => NULL "listed" => string(3) "all" "created" => string(19) "2017-12-01 14:23:02" "updated" => string(19) "2017-12-01 14:41:56" "deleted" => NULL "protected" => string(1) "1" "spayed" => string(1) "0" "date_of_spay" => NULL "date_of_death" => NULL "rescue" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(26) ( "id" => string(4) "5869" "name" => string(30) "ASK HER DANCE IN Extreme speed" "call_name" => string(2) "Iv" "description" => string(0) "" "birthdate" => string(10) "2016-03-30" "father_id" => string(4) "5862" "mother_id" => string(1) "0" "breed_id" => string(3) "297" "owner_id" => string(3) "773" "owner" => NULL "kennel_id" => string(1) "0" "handler" => NULL "user_id" => string(6) "200073" "gender" => string(1) "f" "regId" => string(12) "JR 70203 Boc" "color" => string(0) "" "visit" => NULL "listed" => string(3) "all" "created" => string(19) "2017-12-01 14:23:02" "updated" => string(19) "2017-12-01 14:41:56" "deleted" => NULL "protected" => string(1) "1" "spayed" => string(1) "0" "date_of_spay" => NULL "date_of_death" => NULL "rescue" => string(1) "0" ) protected _related => array(5) ( "dogDetail" => object Model_DogDetail(34)
"levels" => NULL "sports" => array(6) ( "a" => string(7) "Agility" "o" => string(9) "Obedience" "h" => string(7) "Hoopers" "w" => string(11) "Working-dog" "f" => string(7) "Frisbee" "d" => string(12) "Kiállítás" ) "gender_sel" => string(5) "szuka" "colour_decode" => string(5) "Barna" "agilityClass" => string(2) "A1" "showResultsStr" => string(0) "" "litter" => object Model_Litter(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => string(4) "5869" "colour_id" => string(1) "2" "withers_height" => NULL "weight" => NULL "description" => string(0) "" "agilityworkbook_id" => string(2) "98" "chipnumber" => string(15) "941000018611317" "heightmeasuredate" => NULL "agilitysizecategory" => string(1) "L" "placeofmeasuring" => string(0) "" "measuringjudgename" => string(0) "" "agilityclass" => string(2) "A1" "a2stampdate" => NULL "a2signername" => string(0) "" "a2countedinresults" => string(0) "" "a3stampdate" => NULL "a3signername" => string(0) "" "a3countedinresults" => string(0) "" "firsta0date" => NULL "asbapproved" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(20) ( "dog_id" => string(4) "5869" "colour_id" => string(1) "2" "withers_height" => NULL "weight" => NULL "description" => string(0) "" "agilityworkbook_id" => string(2) "98" "chipnumber" => string(15) "941000018611317" "heightmeasuredate" => NULL "agilitysizecategory" => string(1) "L" "placeofmeasuring" => string(0) "" "measuringjudgename" => string(0) "" "agilityclass" => string(2) "A1" "a2stampdate" => NULL "a2signername" => string(0) "" "a2countedinresults" => string(0) "" "a3stampdate" => NULL "a3signername" => string(0) "" "a3countedinresults" => string(0) "" "firsta0date" => NULL "asbapproved" => string(1) "0" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => string(4) "5869" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"breed" => object Model_Breed(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(7) ( "id" => string(3) "297" "original_name" => string(13) "Border Collie" "hu_name" => string(13) "Border collie" "hu_description" => NULL "en_name" => string(13) "Border Collie" "en_description" => string(0) "" "parent_breed_id" => NULL ) protected _changed => array(0) protected _original_values => array(7) ( "id" => string(3) "297" "original_name" => string(13) "Border Collie" "hu_name" => string(13) "Border collie" "hu_description" => NULL "en_name" => string(13) "Border Collie" "en_description" => string(0) "" "parent_breed_id" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "breed" protected _object_plural => string(6) "breeds" protected _table_name => string(6) "breeds" protected _table_columns => array(7) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "original_name" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "original_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hu_name" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "hu_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hu_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "hu_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "en_name" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "en_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "en_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "en_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "parent_breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "parent_breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "297" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"father" => object Model_Dog(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(5) "breed" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"mother" => object Model_Dog(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"dog_owner" => object Model_Owner(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(3) ( "primary_user" => array(2) ( "foreign_key" => string(15) "primary_user_id" "model" => string(4) "User" ) "defbreed" => array(2) ( "foreign_key" => string(11) "defbreed_id" "model" => string(5) "Breed" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) ) protected _has_many => array(5) ( "kennels" => array(4) ( "foreign_key" => string(8) "owner_id" "through" => NULL "far_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "coOwnedKennels" => array(4) ( "foreign_key" => string(10) "coowner_id" "through" => NULL "far_key" => string(16) "coownedkennel_id" "model" => string(6) "Kennel" ) "dogs" => array(4) ( "foreign_key" => string(8) "owner_id" "through" => NULL "far_key" => string(6) "dog_id" "model" => string(3) "Dog" ) "entries" => array(4) ( "foreign_key" => string(10) "handler_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(41) ( "id" => string(3) "773" "name" => string(14) "Natalija Celic" "email" => string(20) "naca.celic@gmail.com" "email_public" => string(1) "1" "country" => string(6) "Serbia" "country_public" => string(1) "0" "city" => string(8) "Belgrade" "city_public" => string(1) "1" "address" => string(11) "Resavska 84" "address_public" => string(1) "0" "phone" => string(13) "+381637853123" "phone_public" => string(1) "1" "name_public" => string(1) "1" "primary_user_id" => string(6) "200073" "protected" => string(1) "1" "user_id" => string(6) "200073" "updated" => string(19) "2018-01-14 15:09:28" "created" => string(19) "2017-12-01 14:15:58" "meoecard_id" => string(0) "" "meoecardvalidyear" => string(1) "0" "meoecardissuer" => string(0) "" "birthdate" => NULL "birthdate_public" => string(1) "0" "agilityteam" => string(0) "" "defbreed_id" => string(3) "297" "webpage" => string(0) "" "postcode" => string(5) "11000" "postcode_public" => string(1) "0" "postcode_letter" => string(0) "" "country_letter" => string(0) "" "city_letter" => string(0) "" "address_letter" => string(0) "" "letter_address_public" => string(1) "0" "asbapproved" => string(1) "0" "meoeemail" => NULL "meoename" => NULL "meoenamehash" => NULL "meoeemailhash" => NULL "meoecard_id_latest" => NULL "meoecardvalidyear_latest" => NULL "meoecardissuer_latest" => NULL ) protected _changed => array(0) protected _original_values => array(41) ( "id" => string(3) "773" "name" => string(14) "Natalija Celic" "email" => string(20) "naca.celic@gmail.com" "email_public" => string(1) "1" "country" => string(6) "Serbia" "country_public" => string(1) "0" "city" => string(8) "Belgrade" "city_public" => string(1) "1" "address" => string(11) "Resavska 84" "address_public" => string(1) "0" "phone" => string(13) "+381637853123" "phone_public" => string(1) "1" "name_public" => string(1) "1" "primary_user_id" => string(6) "200073" "protected" => string(1) "1" "user_id" => string(6) "200073" "updated" => string(19) "2018-01-14 15:09:28" "created" => string(19) "2017-12-01 14:15:58" "meoecard_id" => string(0) "" "meoecardvalidyear" => string(1) "0" "meoecardissuer" => string(0) "" "birthdate" => NULL "birthdate_public" => string(1) "0" "agilityteam" => string(0) "" "defbreed_id" => string(3) "297" "webpage" => string(0) "" "postcode" => string(5) "11000" "postcode_public" => string(1) "0" "postcode_letter" => string(0) "" "country_letter" => string(0) "" "city_letter" => string(0) "" "address_letter" => string(0) "" "letter_address_public" => string(1) "0" "asbapproved" => string(1) "0" "meoeemail" => NULL "meoename" => NULL "meoenamehash" => NULL "meoeemailhash" => NULL "meoecard_id_latest" => NULL "meoecardvalidyear_latest" => NULL "meoecardissuer_latest" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "owner" protected _object_plural => string(6) "owners" protected _table_name => string(6) "owners" protected _table_columns => array(41) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "email" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "email_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "country" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "country_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "city" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "city_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "address" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "address_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "phone" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "phone_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "name_public" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "primary_user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "primary_user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecard_id" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "meoecard_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardvalidyear" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(17) "meoecardvalidyear" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardissuer" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "meoecardissuer" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(16) "birthdate_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityteam" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "agilityteam" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "defbreed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "defbreed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "webpage" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "webpage" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "postcode" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(2) "10" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "postcode_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 28 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "postcode_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(2) "10" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "country_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "city_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 31 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "address_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 32 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "letter_address_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(21) "letter_address_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 33 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 34 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoeemail" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "meoeemail" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 35 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoename" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "meoename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 36 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoenamehash" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "meoenamehash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 37 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoeemailhash" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "meoeemailhash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 38 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecard_id_latest" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "meoecard_id_latest" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 39 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardvalidyear_latest" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(24) "meoecardvalidyear_latest" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 40 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardissuer_latest" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "meoecardissuer_latest" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 41 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "773" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(4) "5869" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(5) "owner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(3) ( "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) ) protected _has_many => array(1) ( "photos" => array(4) ( "foreign_key" => string(9) "object_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) ) protected _table_name => string(7) "litters" protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(12) ( "id" => NULL "father_id" => NULL "mother_id" => NULL "kennel_id" => NULL "mating_date" => NULL "date_of_birth" => NULL "littername" => NULL "user_id" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(6) "litter" protected _object_plural => string(7) "litters" protected _table_columns => array(12) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "mating_date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "mating_date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_birth" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_birth" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "littername" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "littername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"litters" => object View(2){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(6) "litter" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _file => string(51) "/var/www/dogresult/application/views/dog/litter.php" protected _data => array(2) ( "litters" => object Database_MySQLi_Result(7)
"dogShowResults" => object View(2){ protected _internal_row => integer 0 protected _query => string(511) "SELECT `litter`.`id` AS `id`, `litter`.`father_id` AS `father_id`, `litter`.`mother_id` AS `mother_id`, `litter`.`kennel_id` AS …" protected _result => object mysqli_result(5)
"__" => object Closure(1){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }
protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(12) "Model_Litter" protected _object_params => NULL }{ public 0 => object Closure(1) { *RECURSION* } }
) }{ protected _file => string(70) "/var/www/dogresult/application/views/results/view_showResList.mustache" protected _data => array(2) ( "results" => array(0) "__" => object Closure(1)
"dogShowTitles" => object View(2){ public 0 => object Closure(1) { *RECURSION* } }
) }{ protected _file => string(72) "/var/www/dogresult/application/views/results/view_showTitleList.mustache" protected _data => array(3) ( "results" => array(0) "dog" => object Model_Dog(34)
"dogWorkingResults" => object View(2){ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => string(4) "5869" "name" => string(30) "ASK HER DANCE IN Extreme speed" "call_name" => string(2) "Iv" "description" => string(0) "" "birthdate" => string(10) "2016-03-30" "father_id" => string(4) "5862" "mother_id" => string(1) "0" "breed_id" => string(3) "297" "owner_id" => string(3) "773" "owner" => NULL "kennel_id" => string(1) "0" "handler" => NULL "user_id" => string(6) "200073" "gender" => string(1) "f" "regId" => string(12) "JR 70203 Boc" "color" => string(0) "" "visit" => NULL "listed" => string(3) "all" "created" => string(19) "2017-12-01 14:23:02" "updated" => string(19) "2017-12-01 14:41:56" "deleted" => NULL "protected" => string(1) "1" "spayed" => string(1) "0" "date_of_spay" => NULL "date_of_death" => NULL "rescue" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(26) ( "id" => string(4) "5869" "name" => string(30) "ASK HER DANCE IN Extreme speed" "call_name" => string(2) "Iv" "description" => string(0) "" "birthdate" => string(10) "2016-03-30" "father_id" => string(4) "5862" "mother_id" => string(1) "0" "breed_id" => string(3) "297" "owner_id" => string(3) "773" "owner" => NULL "kennel_id" => string(1) "0" "handler" => NULL "user_id" => string(6) "200073" "gender" => string(1) "f" "regId" => string(12) "JR 70203 Boc" "color" => string(0) "" "visit" => NULL "listed" => string(3) "all" "created" => string(19) "2017-12-01 14:23:02" "updated" => string(19) "2017-12-01 14:41:56" "deleted" => NULL "protected" => string(1) "1" "spayed" => string(1) "0" "date_of_spay" => NULL "date_of_death" => NULL "rescue" => string(1) "0" ) protected _related => array(5) ( "dogDetail" => object Model_DogDetail(34)
"__" => object Closure(1){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => string(4) "5869" "colour_id" => string(1) "2" "withers_height" => NULL "weight" => NULL "description" => string(0) "" "agilityworkbook_id" => string(2) "98" "chipnumber" => string(15) "941000018611317" "heightmeasuredate" => NULL "agilitysizecategory" => string(1) "L" "placeofmeasuring" => string(0) "" "measuringjudgename" => string(0) "" "agilityclass" => string(2) "A1" "a2stampdate" => NULL "a2signername" => string(0) "" "a2countedinresults" => string(0) "" "a3stampdate" => NULL "a3signername" => string(0) "" "a3countedinresults" => string(0) "" "firsta0date" => NULL "asbapproved" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(20) ( "dog_id" => string(4) "5869" "colour_id" => string(1) "2" "withers_height" => NULL "weight" => NULL "description" => string(0) "" "agilityworkbook_id" => string(2) "98" "chipnumber" => string(15) "941000018611317" "heightmeasuredate" => NULL "agilitysizecategory" => string(1) "L" "placeofmeasuring" => string(0) "" "measuringjudgename" => string(0) "" "agilityclass" => string(2) "A1" "a2stampdate" => NULL "a2signername" => string(0) "" "a2countedinresults" => string(0) "" "a3stampdate" => NULL "a3signername" => string(0) "" "a3countedinresults" => string(0) "" "firsta0date" => NULL "asbapproved" => string(1) "0" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => string(4) "5869" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"breed" => object Model_Breed(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(7) ( "id" => string(3) "297" "original_name" => string(13) "Border Collie" "hu_name" => string(13) "Border collie" "hu_description" => NULL "en_name" => string(13) "Border Collie" "en_description" => string(0) "" "parent_breed_id" => NULL ) protected _changed => array(0) protected _original_values => array(7) ( "id" => string(3) "297" "original_name" => string(13) "Border Collie" "hu_name" => string(13) "Border collie" "hu_description" => NULL "en_name" => string(13) "Border Collie" "en_description" => string(0) "" "parent_breed_id" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "breed" protected _object_plural => string(6) "breeds" protected _table_name => string(6) "breeds" protected _table_columns => array(7) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "original_name" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "original_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hu_name" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "hu_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hu_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "hu_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "en_name" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "en_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "en_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "en_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "parent_breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "parent_breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "297" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"father" => object Model_Dog(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(5) "breed" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"mother" => object Model_Dog(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"dog_owner" => object Model_Owner(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(3) ( "primary_user" => array(2) ( "foreign_key" => string(15) "primary_user_id" "model" => string(4) "User" ) "defbreed" => array(2) ( "foreign_key" => string(11) "defbreed_id" "model" => string(5) "Breed" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) ) protected _has_many => array(5) ( "kennels" => array(4) ( "foreign_key" => string(8) "owner_id" "through" => NULL "far_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "coOwnedKennels" => array(4) ( "foreign_key" => string(10) "coowner_id" "through" => NULL "far_key" => string(16) "coownedkennel_id" "model" => string(6) "Kennel" ) "dogs" => array(4) ( "foreign_key" => string(8) "owner_id" "through" => NULL "far_key" => string(6) "dog_id" "model" => string(3) "Dog" ) "entries" => array(4) ( "foreign_key" => string(10) "handler_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(41) ( "id" => string(3) "773" "name" => string(14) "Natalija Celic" "email" => string(20) "naca.celic@gmail.com" "email_public" => string(1) "1" "country" => string(6) "Serbia" "country_public" => string(1) "0" "city" => string(8) "Belgrade" "city_public" => string(1) "1" "address" => string(11) "Resavska 84" "address_public" => string(1) "0" "phone" => string(13) "+381637853123" "phone_public" => string(1) "1" "name_public" => string(1) "1" "primary_user_id" => string(6) "200073" "protected" => string(1) "1" "user_id" => string(6) "200073" "updated" => string(19) "2018-01-14 15:09:28" "created" => string(19) "2017-12-01 14:15:58" "meoecard_id" => string(0) "" "meoecardvalidyear" => string(1) "0" "meoecardissuer" => string(0) "" "birthdate" => NULL "birthdate_public" => string(1) "0" "agilityteam" => string(0) "" "defbreed_id" => string(3) "297" "webpage" => string(0) "" "postcode" => string(5) "11000" "postcode_public" => string(1) "0" "postcode_letter" => string(0) "" "country_letter" => string(0) "" "city_letter" => string(0) "" "address_letter" => string(0) "" "letter_address_public" => string(1) "0" "asbapproved" => string(1) "0" "meoeemail" => NULL "meoename" => NULL "meoenamehash" => NULL "meoeemailhash" => NULL "meoecard_id_latest" => NULL "meoecardvalidyear_latest" => NULL "meoecardissuer_latest" => NULL ) protected _changed => array(0) protected _original_values => array(41) ( "id" => string(3) "773" "name" => string(14) "Natalija Celic" "email" => string(20) "naca.celic@gmail.com" "email_public" => string(1) "1" "country" => string(6) "Serbia" "country_public" => string(1) "0" "city" => string(8) "Belgrade" "city_public" => string(1) "1" "address" => string(11) "Resavska 84" "address_public" => string(1) "0" "phone" => string(13) "+381637853123" "phone_public" => string(1) "1" "name_public" => string(1) "1" "primary_user_id" => string(6) "200073" "protected" => string(1) "1" "user_id" => string(6) "200073" "updated" => string(19) "2018-01-14 15:09:28" "created" => string(19) "2017-12-01 14:15:58" "meoecard_id" => string(0) "" "meoecardvalidyear" => string(1) "0" "meoecardissuer" => string(0) "" "birthdate" => NULL "birthdate_public" => string(1) "0" "agilityteam" => string(0) "" "defbreed_id" => string(3) "297" "webpage" => string(0) "" "postcode" => string(5) "11000" "postcode_public" => string(1) "0" "postcode_letter" => string(0) "" "country_letter" => string(0) "" "city_letter" => string(0) "" "address_letter" => string(0) "" "letter_address_public" => string(1) "0" "asbapproved" => string(1) "0" "meoeemail" => NULL "meoename" => NULL "meoenamehash" => NULL "meoeemailhash" => NULL "meoecard_id_latest" => NULL "meoecardvalidyear_latest" => NULL "meoecardissuer_latest" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "owner" protected _object_plural => string(6) "owners" protected _table_name => string(6) "owners" protected _table_columns => array(41) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "email" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "email_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "country" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "country_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "city" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "city_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "address" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "address_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "phone" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "phone_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "name_public" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "primary_user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "primary_user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecard_id" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "meoecard_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardvalidyear" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(17) "meoecardvalidyear" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardissuer" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "meoecardissuer" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(16) "birthdate_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityteam" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "agilityteam" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "defbreed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "defbreed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "webpage" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "webpage" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "postcode" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(2) "10" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "postcode_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 28 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "postcode_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(2) "10" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "country_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "city_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 31 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "address_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 32 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "letter_address_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(21) "letter_address_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 33 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 34 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoeemail" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "meoeemail" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 35 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoename" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "meoename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 36 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoenamehash" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "meoenamehash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 37 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoeemailhash" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "meoeemailhash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 38 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecard_id_latest" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "meoecard_id_latest" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 39 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardvalidyear_latest" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(24) "meoecardvalidyear_latest" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 40 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardissuer_latest" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "meoecardissuer_latest" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 41 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "773" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(4) "5869" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(5) "owner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ public 0 => object Closure(1) { *RECURSION* } }
) }{ protected _file => string(70) "/var/www/dogresult/application/views/results/view_workingList.mustache" protected _data => array(3) ( "results" => array(0) "hasEditingPermission" => bool FALSE "__" => object Closure(1)
"dogHealthTestResults" => object View(2){ public 0 => object Closure(1) { *RECURSION* } }
) }{ protected _file => string(70) "/var/www/dogresult/application/views/results/view_hipTestList.mustache" protected _data => array(3) ( "results" => array(0) "dog" => object Model_Dog(34)
"suitabilityTests" => object View(2){ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => string(4) "5869" "name" => string(30) "ASK HER DANCE IN Extreme speed" "call_name" => string(2) "Iv" "description" => string(0) "" "birthdate" => string(10) "2016-03-30" "father_id" => string(4) "5862" "mother_id" => string(1) "0" "breed_id" => string(3) "297" "owner_id" => string(3) "773" "owner" => NULL "kennel_id" => string(1) "0" "handler" => NULL "user_id" => string(6) "200073" "gender" => string(1) "f" "regId" => string(12) "JR 70203 Boc" "color" => string(0) "" "visit" => NULL "listed" => string(3) "all" "created" => string(19) "2017-12-01 14:23:02" "updated" => string(19) "2017-12-01 14:41:56" "deleted" => NULL "protected" => string(1) "1" "spayed" => string(1) "0" "date_of_spay" => NULL "date_of_death" => NULL "rescue" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(26) ( "id" => string(4) "5869" "name" => string(30) "ASK HER DANCE IN Extreme speed" "call_name" => string(2) "Iv" "description" => string(0) "" "birthdate" => string(10) "2016-03-30" "father_id" => string(4) "5862" "mother_id" => string(1) "0" "breed_id" => string(3) "297" "owner_id" => string(3) "773" "owner" => NULL "kennel_id" => string(1) "0" "handler" => NULL "user_id" => string(6) "200073" "gender" => string(1) "f" "regId" => string(12) "JR 70203 Boc" "color" => string(0) "" "visit" => NULL "listed" => string(3) "all" "created" => string(19) "2017-12-01 14:23:02" "updated" => string(19) "2017-12-01 14:41:56" "deleted" => NULL "protected" => string(1) "1" "spayed" => string(1) "0" "date_of_spay" => NULL "date_of_death" => NULL "rescue" => string(1) "0" ) protected _related => array(5) ( "dogDetail" => object Model_DogDetail(34)
"__" => object Closure(1){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => string(4) "5869" "colour_id" => string(1) "2" "withers_height" => NULL "weight" => NULL "description" => string(0) "" "agilityworkbook_id" => string(2) "98" "chipnumber" => string(15) "941000018611317" "heightmeasuredate" => NULL "agilitysizecategory" => string(1) "L" "placeofmeasuring" => string(0) "" "measuringjudgename" => string(0) "" "agilityclass" => string(2) "A1" "a2stampdate" => NULL "a2signername" => string(0) "" "a2countedinresults" => string(0) "" "a3stampdate" => NULL "a3signername" => string(0) "" "a3countedinresults" => string(0) "" "firsta0date" => NULL "asbapproved" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(20) ( "dog_id" => string(4) "5869" "colour_id" => string(1) "2" "withers_height" => NULL "weight" => NULL "description" => string(0) "" "agilityworkbook_id" => string(2) "98" "chipnumber" => string(15) "941000018611317" "heightmeasuredate" => NULL "agilitysizecategory" => string(1) "L" "placeofmeasuring" => string(0) "" "measuringjudgename" => string(0) "" "agilityclass" => string(2) "A1" "a2stampdate" => NULL "a2signername" => string(0) "" "a2countedinresults" => string(0) "" "a3stampdate" => NULL "a3signername" => string(0) "" "a3countedinresults" => string(0) "" "firsta0date" => NULL "asbapproved" => string(1) "0" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => string(4) "5869" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"breed" => object Model_Breed(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(7) ( "id" => string(3) "297" "original_name" => string(13) "Border Collie" "hu_name" => string(13) "Border collie" "hu_description" => NULL "en_name" => string(13) "Border Collie" "en_description" => string(0) "" "parent_breed_id" => NULL ) protected _changed => array(0) protected _original_values => array(7) ( "id" => string(3) "297" "original_name" => string(13) "Border Collie" "hu_name" => string(13) "Border collie" "hu_description" => NULL "en_name" => string(13) "Border Collie" "en_description" => string(0) "" "parent_breed_id" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "breed" protected _object_plural => string(6) "breeds" protected _table_name => string(6) "breeds" protected _table_columns => array(7) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "original_name" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "original_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hu_name" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "hu_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hu_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "hu_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "en_name" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "en_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "en_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "en_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "parent_breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "parent_breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "297" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"father" => object Model_Dog(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(5) "breed" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"mother" => object Model_Dog(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"dog_owner" => object Model_Owner(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(3) ( "primary_user" => array(2) ( "foreign_key" => string(15) "primary_user_id" "model" => string(4) "User" ) "defbreed" => array(2) ( "foreign_key" => string(11) "defbreed_id" "model" => string(5) "Breed" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) ) protected _has_many => array(5) ( "kennels" => array(4) ( "foreign_key" => string(8) "owner_id" "through" => NULL "far_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "coOwnedKennels" => array(4) ( "foreign_key" => string(10) "coowner_id" "through" => NULL "far_key" => string(16) "coownedkennel_id" "model" => string(6) "Kennel" ) "dogs" => array(4) ( "foreign_key" => string(8) "owner_id" "through" => NULL "far_key" => string(6) "dog_id" "model" => string(3) "Dog" ) "entries" => array(4) ( "foreign_key" => string(10) "handler_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(41) ( "id" => string(3) "773" "name" => string(14) "Natalija Celic" "email" => string(20) "naca.celic@gmail.com" "email_public" => string(1) "1" "country" => string(6) "Serbia" "country_public" => string(1) "0" "city" => string(8) "Belgrade" "city_public" => string(1) "1" "address" => string(11) "Resavska 84" "address_public" => string(1) "0" "phone" => string(13) "+381637853123" "phone_public" => string(1) "1" "name_public" => string(1) "1" "primary_user_id" => string(6) "200073" "protected" => string(1) "1" "user_id" => string(6) "200073" "updated" => string(19) "2018-01-14 15:09:28" "created" => string(19) "2017-12-01 14:15:58" "meoecard_id" => string(0) "" "meoecardvalidyear" => string(1) "0" "meoecardissuer" => string(0) "" "birthdate" => NULL "birthdate_public" => string(1) "0" "agilityteam" => string(0) "" "defbreed_id" => string(3) "297" "webpage" => string(0) "" "postcode" => string(5) "11000" "postcode_public" => string(1) "0" "postcode_letter" => string(0) "" "country_letter" => string(0) "" "city_letter" => string(0) "" "address_letter" => string(0) "" "letter_address_public" => string(1) "0" "asbapproved" => string(1) "0" "meoeemail" => NULL "meoename" => NULL "meoenamehash" => NULL "meoeemailhash" => NULL "meoecard_id_latest" => NULL "meoecardvalidyear_latest" => NULL "meoecardissuer_latest" => NULL ) protected _changed => array(0) protected _original_values => array(41) ( "id" => string(3) "773" "name" => string(14) "Natalija Celic" "email" => string(20) "naca.celic@gmail.com" "email_public" => string(1) "1" "country" => string(6) "Serbia" "country_public" => string(1) "0" "city" => string(8) "Belgrade" "city_public" => string(1) "1" "address" => string(11) "Resavska 84" "address_public" => string(1) "0" "phone" => string(13) "+381637853123" "phone_public" => string(1) "1" "name_public" => string(1) "1" "primary_user_id" => string(6) "200073" "protected" => string(1) "1" "user_id" => string(6) "200073" "updated" => string(19) "2018-01-14 15:09:28" "created" => string(19) "2017-12-01 14:15:58" "meoecard_id" => string(0) "" "meoecardvalidyear" => string(1) "0" "meoecardissuer" => string(0) "" "birthdate" => NULL "birthdate_public" => string(1) "0" "agilityteam" => string(0) "" "defbreed_id" => string(3) "297" "webpage" => string(0) "" "postcode" => string(5) "11000" "postcode_public" => string(1) "0" "postcode_letter" => string(0) "" "country_letter" => string(0) "" "city_letter" => string(0) "" "address_letter" => string(0) "" "letter_address_public" => string(1) "0" "asbapproved" => string(1) "0" "meoeemail" => NULL "meoename" => NULL "meoenamehash" => NULL "meoeemailhash" => NULL "meoecard_id_latest" => NULL "meoecardvalidyear_latest" => NULL "meoecardissuer_latest" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "owner" protected _object_plural => string(6) "owners" protected _table_name => string(6) "owners" protected _table_columns => array(41) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "email" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "email_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "country" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "country_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "city" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "city_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "address" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "address_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "phone" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "phone_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "name_public" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "primary_user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "primary_user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecard_id" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "meoecard_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardvalidyear" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(17) "meoecardvalidyear" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardissuer" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "meoecardissuer" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(16) "birthdate_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityteam" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "agilityteam" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "defbreed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "defbreed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "webpage" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "webpage" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "postcode" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(2) "10" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "postcode_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 28 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "postcode_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(2) "10" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "country_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "city_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 31 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "address_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 32 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "letter_address_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(21) "letter_address_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 33 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 34 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoeemail" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "meoeemail" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 35 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoename" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "meoename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 36 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoenamehash" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "meoenamehash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 37 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoeemailhash" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "meoeemailhash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 38 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecard_id_latest" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "meoecard_id_latest" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 39 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardvalidyear_latest" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(24) "meoecardvalidyear_latest" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 40 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardissuer_latest" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "meoecardissuer_latest" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 41 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "773" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(4) "5869" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(5) "owner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ public 0 => object Closure(1) { *RECURSION* } }
) }{ protected _file => string(71) "/var/www/dogresult/application/views/results/view_suitableList.mustache" protected _data => array(2) ( "suitableTests" => array(0) "__" => object Closure(1)
"hipTestId" => NULL "patellaId" => NULL "elbowTestId" => NULL "shoulderTestId" => NULL "chart" => object View(2){ public 0 => object Closure(1) { *RECURSION* } }
) }{ protected _file => string(55) "/var/www/dogresult/application/views/dog/chart.mustache" protected _data => array(30) ( "root" => object Model_Dog(34)
"owner" => object View(2){ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => string(4) "5869" "name" => string(30) "ASK HER DANCE IN Extreme speed" "call_name" => string(2) "Iv" "description" => string(0) "" "birthdate" => string(10) "2016-03-30" "father_id" => string(4) "5862" "mother_id" => string(1) "0" "breed_id" => string(3) "297" "owner_id" => string(3) "773" "owner" => NULL "kennel_id" => string(1) "0" "handler" => NULL "user_id" => string(6) "200073" "gender" => string(1) "f" "regId" => string(12) "JR 70203 Boc" "color" => string(0) "" "visit" => NULL "listed" => string(3) "all" "created" => string(19) "2017-12-01 14:23:02" "updated" => string(19) "2017-12-01 14:41:56" "deleted" => NULL "protected" => string(1) "1" "spayed" => string(1) "0" "date_of_spay" => NULL "date_of_death" => NULL "rescue" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(26) ( "id" => string(4) "5869" "name" => string(30) "ASK HER DANCE IN Extreme speed" "call_name" => string(2) "Iv" "description" => string(0) "" "birthdate" => string(10) "2016-03-30" "father_id" => string(4) "5862" "mother_id" => string(1) "0" "breed_id" => string(3) "297" "owner_id" => string(3) "773" "owner" => NULL "kennel_id" => string(1) "0" "handler" => NULL "user_id" => string(6) "200073" "gender" => string(1) "f" "regId" => string(12) "JR 70203 Boc" "color" => string(0) "" "visit" => NULL "listed" => string(3) "all" "created" => string(19) "2017-12-01 14:23:02" "updated" => string(19) "2017-12-01 14:41:56" "deleted" => NULL "protected" => string(1) "1" "spayed" => string(1) "0" "date_of_spay" => NULL "date_of_death" => NULL "rescue" => string(1) "0" ) protected _related => array(5) ( "dogDetail" => object Model_DogDetail(34)
"f" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => string(4) "5869" "colour_id" => string(1) "2" "withers_height" => NULL "weight" => NULL "description" => string(0) "" "agilityworkbook_id" => string(2) "98" "chipnumber" => string(15) "941000018611317" "heightmeasuredate" => NULL "agilitysizecategory" => string(1) "L" "placeofmeasuring" => string(0) "" "measuringjudgename" => string(0) "" "agilityclass" => string(2) "A1" "a2stampdate" => NULL "a2signername" => string(0) "" "a2countedinresults" => string(0) "" "a3stampdate" => NULL "a3signername" => string(0) "" "a3countedinresults" => string(0) "" "firsta0date" => NULL "asbapproved" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(20) ( "dog_id" => string(4) "5869" "colour_id" => string(1) "2" "withers_height" => NULL "weight" => NULL "description" => string(0) "" "agilityworkbook_id" => string(2) "98" "chipnumber" => string(15) "941000018611317" "heightmeasuredate" => NULL "agilitysizecategory" => string(1) "L" "placeofmeasuring" => string(0) "" "measuringjudgename" => string(0) "" "agilityclass" => string(2) "A1" "a2stampdate" => NULL "a2signername" => string(0) "" "a2countedinresults" => string(0) "" "a3stampdate" => NULL "a3signername" => string(0) "" "a3countedinresults" => string(0) "" "firsta0date" => NULL "asbapproved" => string(1) "0" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => string(4) "5869" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"breed" => object Model_Breed(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(7) ( "id" => string(3) "297" "original_name" => string(13) "Border Collie" "hu_name" => string(13) "Border collie" "hu_description" => NULL "en_name" => string(13) "Border Collie" "en_description" => string(0) "" "parent_breed_id" => NULL ) protected _changed => array(0) protected _original_values => array(7) ( "id" => string(3) "297" "original_name" => string(13) "Border Collie" "hu_name" => string(13) "Border collie" "hu_description" => NULL "en_name" => string(13) "Border Collie" "en_description" => string(0) "" "parent_breed_id" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "breed" protected _object_plural => string(6) "breeds" protected _table_name => string(6) "breeds" protected _table_columns => array(7) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "original_name" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "original_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hu_name" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "hu_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hu_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "hu_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "en_name" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "en_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "en_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "en_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "parent_breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "parent_breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "297" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"father" => object Model_Dog(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(5) "breed" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"mother" => object Model_Dog(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"dog_owner" => object Model_Owner(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(3) ( "primary_user" => array(2) ( "foreign_key" => string(15) "primary_user_id" "model" => string(4) "User" ) "defbreed" => array(2) ( "foreign_key" => string(11) "defbreed_id" "model" => string(5) "Breed" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) ) protected _has_many => array(5) ( "kennels" => array(4) ( "foreign_key" => string(8) "owner_id" "through" => NULL "far_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "coOwnedKennels" => array(4) ( "foreign_key" => string(10) "coowner_id" "through" => NULL "far_key" => string(16) "coownedkennel_id" "model" => string(6) "Kennel" ) "dogs" => array(4) ( "foreign_key" => string(8) "owner_id" "through" => NULL "far_key" => string(6) "dog_id" "model" => string(3) "Dog" ) "entries" => array(4) ( "foreign_key" => string(10) "handler_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(41) ( "id" => string(3) "773" "name" => string(14) "Natalija Celic" "email" => string(20) "naca.celic@gmail.com" "email_public" => string(1) "1" "country" => string(6) "Serbia" "country_public" => string(1) "0" "city" => string(8) "Belgrade" "city_public" => string(1) "1" "address" => string(11) "Resavska 84" "address_public" => string(1) "0" "phone" => string(13) "+381637853123" "phone_public" => string(1) "1" "name_public" => string(1) "1" "primary_user_id" => string(6) "200073" "protected" => string(1) "1" "user_id" => string(6) "200073" "updated" => string(19) "2018-01-14 15:09:28" "created" => string(19) "2017-12-01 14:15:58" "meoecard_id" => string(0) "" "meoecardvalidyear" => string(1) "0" "meoecardissuer" => string(0) "" "birthdate" => NULL "birthdate_public" => string(1) "0" "agilityteam" => string(0) "" "defbreed_id" => string(3) "297" "webpage" => string(0) "" "postcode" => string(5) "11000" "postcode_public" => string(1) "0" "postcode_letter" => string(0) "" "country_letter" => string(0) "" "city_letter" => string(0) "" "address_letter" => string(0) "" "letter_address_public" => string(1) "0" "asbapproved" => string(1) "0" "meoeemail" => NULL "meoename" => NULL "meoenamehash" => NULL "meoeemailhash" => NULL "meoecard_id_latest" => NULL "meoecardvalidyear_latest" => NULL "meoecardissuer_latest" => NULL ) protected _changed => array(0) protected _original_values => array(41) ( "id" => string(3) "773" "name" => string(14) "Natalija Celic" "email" => string(20) "naca.celic@gmail.com" "email_public" => string(1) "1" "country" => string(6) "Serbia" "country_public" => string(1) "0" "city" => string(8) "Belgrade" "city_public" => string(1) "1" "address" => string(11) "Resavska 84" "address_public" => string(1) "0" "phone" => string(13) "+381637853123" "phone_public" => string(1) "1" "name_public" => string(1) "1" "primary_user_id" => string(6) "200073" "protected" => string(1) "1" "user_id" => string(6) "200073" "updated" => string(19) "2018-01-14 15:09:28" "created" => string(19) "2017-12-01 14:15:58" "meoecard_id" => string(0) "" "meoecardvalidyear" => string(1) "0" "meoecardissuer" => string(0) "" "birthdate" => NULL "birthdate_public" => string(1) "0" "agilityteam" => string(0) "" "defbreed_id" => string(3) "297" "webpage" => string(0) "" "postcode" => string(5) "11000" "postcode_public" => string(1) "0" "postcode_letter" => string(0) "" "country_letter" => string(0) "" "city_letter" => string(0) "" "address_letter" => string(0) "" "letter_address_public" => string(1) "0" "asbapproved" => string(1) "0" "meoeemail" => NULL "meoename" => NULL "meoenamehash" => NULL "meoeemailhash" => NULL "meoecard_id_latest" => NULL "meoecardvalidyear_latest" => NULL "meoecardissuer_latest" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "owner" protected _object_plural => string(6) "owners" protected _table_name => string(6) "owners" protected _table_columns => array(41) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "email" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "email_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "country" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "country_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "city" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "city_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "address" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "address_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "phone" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "phone_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "name_public" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "primary_user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "primary_user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecard_id" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "meoecard_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardvalidyear" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(17) "meoecardvalidyear" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardissuer" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "meoecardissuer" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(16) "birthdate_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityteam" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "agilityteam" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "defbreed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "defbreed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "webpage" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "webpage" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "postcode" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(2) "10" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "postcode_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 28 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "postcode_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(2) "10" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "country_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "city_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 31 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "address_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 32 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "letter_address_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(21) "letter_address_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 33 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 34 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoeemail" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "meoeemail" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 35 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoename" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "meoename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 36 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoenamehash" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "meoenamehash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 37 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoeemailhash" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "meoeemailhash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 38 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecard_id_latest" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "meoecard_id_latest" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 39 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardvalidyear_latest" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(24) "meoecardvalidyear_latest" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 40 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardissuer_latest" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "meoecardissuer_latest" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 41 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "773" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(4) "5869" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(5) "owner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"f_color" => string(0) "" "m" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"m_color" => string(0) "" "ff" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"ff_color" => string(0) "" "fff" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"fff_color" => string(0) "" "ffm" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"ffm_color" => string(0) "" "fm" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"fm_color" => string(0) "" "fmf" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"fmf_color" => string(0) "" "fmm" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"fmm_color" => string(0) "" "mf" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"mf_color" => string(0) "" "mff" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"mff_color" => string(0) "" "mfm" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"mfm_color" => string(0) "" "mm" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"mm_color" => string(0) "" "mmf" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"mmf_color" => string(0) "" "mmm" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"mmm_color" => string(0) "" "__" => object Closure(1){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => NULL "colour_id" => NULL "withers_height" => NULL "weight" => NULL "description" => NULL "agilityworkbook_id" => NULL "chipnumber" => NULL "heightmeasuredate" => NULL "agilitysizecategory" => NULL "placeofmeasuring" => NULL "measuringjudgename" => NULL "agilityclass" => NULL "a2stampdate" => NULL "a2signername" => NULL "a2countedinresults" => NULL "a3stampdate" => NULL "a3signername" => NULL "a3countedinresults" => NULL "firsta0date" => NULL "asbapproved" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ public 0 => object Closure(1) { *RECURSION* } }
) }{ protected _file => string(55) "/var/www/dogresult/application/views/dog/view_owner.php" protected _data => array(4) ( "dog" => object Model_Dog(34)
"adminOrClubRights" => bool FALSE "kennelAnchor" => NULL "hasEditingPermission" => bool FALSE "hasAgilityRole" => bool FALSE "hasAdminRole" => bool FALSE "avatar" => string(19) "00/00/00/02/255.jpg" "birthdateFormated" => string(10) "2016.03.30" "dateOfDeathFormated" => NULL "dateOfSpayFormated" => NULL "a2StampDateFormated" => NULL "a3StampDateFormated" => NULL "heightmeasureDateFormated" => NULL "firstA0DateFormated" => NULL ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => string(4) "5869" "name" => string(30) "ASK HER DANCE IN Extreme speed" "call_name" => string(2) "Iv" "description" => string(0) "" "birthdate" => string(10) "2016-03-30" "father_id" => string(4) "5862" "mother_id" => string(1) "0" "breed_id" => string(3) "297" "owner_id" => string(3) "773" "owner" => NULL "kennel_id" => string(1) "0" "handler" => NULL "user_id" => string(6) "200073" "gender" => string(1) "f" "regId" => string(12) "JR 70203 Boc" "color" => string(0) "" "visit" => NULL "listed" => string(3) "all" "created" => string(19) "2017-12-01 14:23:02" "updated" => string(19) "2017-12-01 14:41:56" "deleted" => NULL "protected" => string(1) "1" "spayed" => string(1) "0" "date_of_spay" => NULL "date_of_death" => NULL "rescue" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(26) ( "id" => string(4) "5869" "name" => string(30) "ASK HER DANCE IN Extreme speed" "call_name" => string(2) "Iv" "description" => string(0) "" "birthdate" => string(10) "2016-03-30" "father_id" => string(4) "5862" "mother_id" => string(1) "0" "breed_id" => string(3) "297" "owner_id" => string(3) "773" "owner" => NULL "kennel_id" => string(1) "0" "handler" => NULL "user_id" => string(6) "200073" "gender" => string(1) "f" "regId" => string(12) "JR 70203 Boc" "color" => string(0) "" "visit" => NULL "listed" => string(3) "all" "created" => string(19) "2017-12-01 14:23:02" "updated" => string(19) "2017-12-01 14:41:56" "deleted" => NULL "protected" => string(1) "1" "spayed" => string(1) "0" "date_of_spay" => NULL "date_of_death" => NULL "rescue" => string(1) "0" ) protected _related => array(5) ( "dogDetail" => object Model_DogDetail(34)
"myownerproposals" => NULL "openProposals" => NULL "hasEditingPermission" => bool FALSE ) }{ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => string(4) "5869" "colour_id" => string(1) "2" "withers_height" => NULL "weight" => NULL "description" => string(0) "" "agilityworkbook_id" => string(2) "98" "chipnumber" => string(15) "941000018611317" "heightmeasuredate" => NULL "agilitysizecategory" => string(1) "L" "placeofmeasuring" => string(0) "" "measuringjudgename" => string(0) "" "agilityclass" => string(2) "A1" "a2stampdate" => NULL "a2signername" => string(0) "" "a2countedinresults" => string(0) "" "a3stampdate" => NULL "a3signername" => string(0) "" "a3countedinresults" => string(0) "" "firsta0date" => NULL "asbapproved" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(20) ( "dog_id" => string(4) "5869" "colour_id" => string(1) "2" "withers_height" => NULL "weight" => NULL "description" => string(0) "" "agilityworkbook_id" => string(2) "98" "chipnumber" => string(15) "941000018611317" "heightmeasuredate" => NULL "agilitysizecategory" => string(1) "L" "placeofmeasuring" => string(0) "" "measuringjudgename" => string(0) "" "agilityclass" => string(2) "A1" "a2stampdate" => NULL "a2signername" => string(0) "" "a2countedinresults" => string(0) "" "a3stampdate" => NULL "a3signername" => string(0) "" "a3countedinresults" => string(0) "" "firsta0date" => NULL "asbapproved" => string(1) "0" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => string(4) "5869" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"breed" => object Model_Breed(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(7) ( "id" => string(3) "297" "original_name" => string(13) "Border Collie" "hu_name" => string(13) "Border collie" "hu_description" => NULL "en_name" => string(13) "Border Collie" "en_description" => string(0) "" "parent_breed_id" => NULL ) protected _changed => array(0) protected _original_values => array(7) ( "id" => string(3) "297" "original_name" => string(13) "Border Collie" "hu_name" => string(13) "Border collie" "hu_description" => NULL "en_name" => string(13) "Border Collie" "en_description" => string(0) "" "parent_breed_id" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "breed" protected _object_plural => string(6) "breeds" protected _table_name => string(6) "breeds" protected _table_columns => array(7) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "original_name" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "original_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hu_name" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "hu_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hu_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "hu_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "en_name" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "en_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "en_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "en_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "parent_breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "parent_breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "297" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"father" => object Model_Dog(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(5) "breed" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"mother" => object Model_Dog(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"dog_owner" => object Model_Owner(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(3) ( "primary_user" => array(2) ( "foreign_key" => string(15) "primary_user_id" "model" => string(4) "User" ) "defbreed" => array(2) ( "foreign_key" => string(11) "defbreed_id" "model" => string(5) "Breed" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) ) protected _has_many => array(5) ( "kennels" => array(4) ( "foreign_key" => string(8) "owner_id" "through" => NULL "far_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "coOwnedKennels" => array(4) ( "foreign_key" => string(10) "coowner_id" "through" => NULL "far_key" => string(16) "coownedkennel_id" "model" => string(6) "Kennel" ) "dogs" => array(4) ( "foreign_key" => string(8) "owner_id" "through" => NULL "far_key" => string(6) "dog_id" "model" => string(3) "Dog" ) "entries" => array(4) ( "foreign_key" => string(10) "handler_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(41) ( "id" => string(3) "773" "name" => string(14) "Natalija Celic" "email" => string(20) "naca.celic@gmail.com" "email_public" => string(1) "1" "country" => string(6) "Serbia" "country_public" => string(1) "0" "city" => string(8) "Belgrade" "city_public" => string(1) "1" "address" => string(11) "Resavska 84" "address_public" => string(1) "0" "phone" => string(13) "+381637853123" "phone_public" => string(1) "1" "name_public" => string(1) "1" "primary_user_id" => string(6) "200073" "protected" => string(1) "1" "user_id" => string(6) "200073" "updated" => string(19) "2018-01-14 15:09:28" "created" => string(19) "2017-12-01 14:15:58" "meoecard_id" => string(0) "" "meoecardvalidyear" => string(1) "0" "meoecardissuer" => string(0) "" "birthdate" => NULL "birthdate_public" => string(1) "0" "agilityteam" => string(0) "" "defbreed_id" => string(3) "297" "webpage" => string(0) "" "postcode" => string(5) "11000" "postcode_public" => string(1) "0" "postcode_letter" => string(0) "" "country_letter" => string(0) "" "city_letter" => string(0) "" "address_letter" => string(0) "" "letter_address_public" => string(1) "0" "asbapproved" => string(1) "0" "meoeemail" => NULL "meoename" => NULL "meoenamehash" => NULL "meoeemailhash" => NULL "meoecard_id_latest" => NULL "meoecardvalidyear_latest" => NULL "meoecardissuer_latest" => NULL ) protected _changed => array(0) protected _original_values => array(41) ( "id" => string(3) "773" "name" => string(14) "Natalija Celic" "email" => string(20) "naca.celic@gmail.com" "email_public" => string(1) "1" "country" => string(6) "Serbia" "country_public" => string(1) "0" "city" => string(8) "Belgrade" "city_public" => string(1) "1" "address" => string(11) "Resavska 84" "address_public" => string(1) "0" "phone" => string(13) "+381637853123" "phone_public" => string(1) "1" "name_public" => string(1) "1" "primary_user_id" => string(6) "200073" "protected" => string(1) "1" "user_id" => string(6) "200073" "updated" => string(19) "2018-01-14 15:09:28" "created" => string(19) "2017-12-01 14:15:58" "meoecard_id" => string(0) "" "meoecardvalidyear" => string(1) "0" "meoecardissuer" => string(0) "" "birthdate" => NULL "birthdate_public" => string(1) "0" "agilityteam" => string(0) "" "defbreed_id" => string(3) "297" "webpage" => string(0) "" "postcode" => string(5) "11000" "postcode_public" => string(1) "0" "postcode_letter" => string(0) "" "country_letter" => string(0) "" "city_letter" => string(0) "" "address_letter" => string(0) "" "letter_address_public" => string(1) "0" "asbapproved" => string(1) "0" "meoeemail" => NULL "meoename" => NULL "meoenamehash" => NULL "meoeemailhash" => NULL "meoecard_id_latest" => NULL "meoecardvalidyear_latest" => NULL "meoecardissuer_latest" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "owner" protected _object_plural => string(6) "owners" protected _table_name => string(6) "owners" protected _table_columns => array(41) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "email" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "email_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "country" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "country_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "city" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "city_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "address" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "address_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "phone" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "phone_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "name_public" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "primary_user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "primary_user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecard_id" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "meoecard_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardvalidyear" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(17) "meoecardvalidyear" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardissuer" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "meoecardissuer" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(16) "birthdate_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityteam" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "agilityteam" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "defbreed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "defbreed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "webpage" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "webpage" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "postcode" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(2) "10" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "postcode_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 28 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "postcode_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(2) "10" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "country_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "city_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 31 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "address_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 32 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "letter_address_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(21) "letter_address_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 33 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 34 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoeemail" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "meoeemail" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 35 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoename" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "meoename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 36 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoenamehash" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "meoenamehash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 37 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoeemailhash" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "meoeemailhash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 38 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecard_id_latest" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "meoecard_id_latest" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 39 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardvalidyear_latest" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(24) "meoecardvalidyear_latest" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 40 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardissuer_latest" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "meoecardissuer_latest" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 41 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "773" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(4) "5869" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(5) "owner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }354 { 355 throw new View_Exception('You must set the file to use within your view before rendering'); 356 } 357 358 // Combine local and global data and capture the output 359 return View::capture($this->_file, $this->_data); 360 } 361 362 }
-
SYSPATH/classes/Kohana/Controller/Template.php [ 44 ] » Kohana_View->render()
39 */ 40 public function after() 41 { 42 if ($this->auto_render === TRUE) 43 { 44 $this->response->body($this->template->render()); 45 } 46 47 parent::after(); 48 } 49
-
APPPATH/classes/Controller/Website.php [ 109 ] » Kohana_Controller_Template->after()
104 $this->meta_description = __('Dog result, dog events, dog breeding, dog show results, working results'); 105 } 106 $this->template->set('registerCSS',$this->registerCSS); 107 $this->template->set('registerJS',$this->registerJS); 108 $this->template->set('registerJSHead',$this->registerJSHead); 109 parent::after(); 110 } 111 112 public function replaceLang($url) { 113 $eng = array('/hu/', '/offered/', '/wanted/'); 114 $hun = array('/en/', '/keres/', '/kinal/');
-
SYSPATH/classes/Kohana/Controller.php [ 87 ] » Controller_Website->after()
82 83 // Execute the action itself 84 $this->{$action}(); 85 86 // Execute the "after action" method 87 $this->after(); 88 89 // Return the response 90 return $this->response; 91 } 92
-
{PHP internal call} » Kohana_Controller->execute()
-
SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ] » ReflectionMethod->invoke(arguments)
0
object Controller_Dog(16)
{ private pedigree => array(0) private id_map => array(0) protected user => NULL protected otheruser => NULL protected lang => string(2) "hu" protected lang_url => string(50) "/en/dog/view/5869/ask-her-dance-in-extreme-speediv" protected lang_url_text => NULL protected keyword => string(86) "Kutya, eredmények, események, tenyésztés, eredmények, CAC, CACIB, IPO, munkakutya" protected meta_description => string(86) "Kutyás eredmények, kutyás események, kutya tenyésztés, kiállítási eredmények" protected registerCSS => array(0) protected registerJS => array(0) protected registerJSHead => array(0) public template => object View(2)
{ protected _file => string(55) "/var/www/dogresult/application/views/resulttemplate.php" protected _data => array(5) ( "chartContent" => string(0) "" "content" => object View(2)
public auto_render => bool TRUE public request => object Request(19){ protected _file => string(49) "/var/www/dogresult/application/views/dog/view.php" protected _data => array(33) ( "dog" => object Model_Dog(34)
"registerCSS" => array(0) "registerJS" => array(0) "registerJSHead" => array(0) ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => string(4) "5869" "name" => string(30) "ASK HER DANCE IN Extreme speed" "call_name" => string(2) "Iv" "description" => string(0) "" "birthdate" => string(10) "2016-03-30" "father_id" => string(4) "5862" "mother_id" => string(1) "0" "breed_id" => string(3) "297" "owner_id" => string(3) "773" "owner" => NULL "kennel_id" => string(1) "0" "handler" => NULL "user_id" => string(6) "200073" "gender" => string(1) "f" "regId" => string(12) "JR 70203 Boc" "color" => string(0) "" "visit" => NULL "listed" => string(3) "all" "created" => string(19) "2017-12-01 14:23:02" "updated" => string(19) "2017-12-01 14:41:56" "deleted" => NULL "protected" => string(1) "1" "spayed" => string(1) "0" "date_of_spay" => NULL "date_of_death" => NULL "rescue" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(26) ( "id" => string(4) "5869" "name" => string(30) "ASK HER DANCE IN Extreme speed" "call_name" => string(2) "Iv" "description" => string(0) "" "birthdate" => string(10) "2016-03-30" "father_id" => string(4) "5862" "mother_id" => string(1) "0" "breed_id" => string(3) "297" "owner_id" => string(3) "773" "owner" => NULL "kennel_id" => string(1) "0" "handler" => NULL "user_id" => string(6) "200073" "gender" => string(1) "f" "regId" => string(12) "JR 70203 Boc" "color" => string(0) "" "visit" => NULL "listed" => string(3) "all" "created" => string(19) "2017-12-01 14:23:02" "updated" => string(19) "2017-12-01 14:41:56" "deleted" => NULL "protected" => string(1) "1" "spayed" => string(1) "0" "date_of_spay" => NULL "date_of_death" => NULL "rescue" => string(1) "0" ) protected _related => array(5) ( "dogDetail" => object Model_DogDetail(34)
"levels" => NULL "sports" => array(6) ( "a" => string(7) "Agility" "o" => string(9) "Obedience" "h" => string(7) "Hoopers" "w" => string(11) "Working-dog" "f" => string(7) "Frisbee" "d" => string(12) "Kiállítás" ) "gender_sel" => string(5) "szuka" "colour_decode" => string(5) "Barna" "agilityClass" => string(2) "A1" "showResultsStr" => string(0) "" "litter" => object Model_Litter(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( "colour" => array(2) ( "foreign_key" => string(9) "colour_id" "model" => string(8) "DogColor" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "dog_id" => string(4) "5869" "colour_id" => string(1) "2" "withers_height" => NULL "weight" => NULL "description" => string(0) "" "agilityworkbook_id" => string(2) "98" "chipnumber" => string(15) "941000018611317" "heightmeasuredate" => NULL "agilitysizecategory" => string(1) "L" "placeofmeasuring" => string(0) "" "measuringjudgename" => string(0) "" "agilityclass" => string(2) "A1" "a2stampdate" => NULL "a2signername" => string(0) "" "a2countedinresults" => string(0) "" "a3stampdate" => NULL "a3signername" => string(0) "" "a3countedinresults" => string(0) "" "firsta0date" => NULL "asbapproved" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(20) ( "dog_id" => string(4) "5869" "colour_id" => string(1) "2" "withers_height" => NULL "weight" => NULL "description" => string(0) "" "agilityworkbook_id" => string(2) "98" "chipnumber" => string(15) "941000018611317" "heightmeasuredate" => NULL "agilitysizecategory" => string(1) "L" "placeofmeasuring" => string(0) "" "measuringjudgename" => string(0) "" "agilityclass" => string(2) "A1" "a2stampdate" => NULL "a2signername" => string(0) "" "a2countedinresults" => string(0) "" "a3stampdate" => NULL "a3signername" => string(0) "" "a3countedinresults" => string(0) "" "firsta0date" => NULL "asbapproved" => string(1) "0" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( "dog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "dog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "colour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "colour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "withers_height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "withers_height" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "agilityworkbook_id" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "agilityworkbook_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "chipnumber" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "chipnumber" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "15" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "heightmeasuredate" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "heightmeasuredate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilitysizecategory" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "agilitysizecategory" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeofmeasuring" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "placeofmeasuring" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "measuringjudgename" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "measuringjudgename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityclass" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "agilityclass" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(1) "2" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a2stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a2signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a2countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a2countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3stampdate" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "a3stampdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3signername" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "a3signername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "a3countedinresults" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "a3countedinresults" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(4) "1000" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firsta0date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "firsta0date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => string(4) "5869" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"breed" => object Model_Breed(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(7) ( "id" => string(3) "297" "original_name" => string(13) "Border Collie" "hu_name" => string(13) "Border collie" "hu_description" => NULL "en_name" => string(13) "Border Collie" "en_description" => string(0) "" "parent_breed_id" => NULL ) protected _changed => array(0) protected _original_values => array(7) ( "id" => string(3) "297" "original_name" => string(13) "Border Collie" "hu_name" => string(13) "Border collie" "hu_description" => NULL "en_name" => string(13) "Border Collie" "en_description" => string(0) "" "parent_breed_id" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "breed" protected _object_plural => string(6) "breeds" protected _table_name => string(6) "breeds" protected _table_columns => array(7) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "original_name" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "original_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hu_name" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "hu_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hu_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "hu_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "en_name" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "en_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "en_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "en_description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "parent_breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "parent_breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "297" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"father" => object Model_Dog(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(5) "breed" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"mother" => object Model_Dog(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"dog_owner" => object Model_Owner(34){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(3) ( "primary_user" => array(2) ( "foreign_key" => string(15) "primary_user_id" "model" => string(4) "User" ) "defbreed" => array(2) ( "foreign_key" => string(11) "defbreed_id" "model" => string(5) "Breed" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) ) protected _has_many => array(5) ( "kennels" => array(4) ( "foreign_key" => string(8) "owner_id" "through" => NULL "far_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "coOwnedKennels" => array(4) ( "foreign_key" => string(10) "coowner_id" "through" => NULL "far_key" => string(16) "coownedkennel_id" "model" => string(6) "Kennel" ) "dogs" => array(4) ( "foreign_key" => string(8) "owner_id" "through" => NULL "far_key" => string(6) "dog_id" "model" => string(3) "Dog" ) "entries" => array(4) ( "foreign_key" => string(10) "handler_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(41) ( "id" => string(3) "773" "name" => string(14) "Natalija Celic" "email" => string(20) "naca.celic@gmail.com" "email_public" => string(1) "1" "country" => string(6) "Serbia" "country_public" => string(1) "0" "city" => string(8) "Belgrade" "city_public" => string(1) "1" "address" => string(11) "Resavska 84" "address_public" => string(1) "0" "phone" => string(13) "+381637853123" "phone_public" => string(1) "1" "name_public" => string(1) "1" "primary_user_id" => string(6) "200073" "protected" => string(1) "1" "user_id" => string(6) "200073" "updated" => string(19) "2018-01-14 15:09:28" "created" => string(19) "2017-12-01 14:15:58" "meoecard_id" => string(0) "" "meoecardvalidyear" => string(1) "0" "meoecardissuer" => string(0) "" "birthdate" => NULL "birthdate_public" => string(1) "0" "agilityteam" => string(0) "" "defbreed_id" => string(3) "297" "webpage" => string(0) "" "postcode" => string(5) "11000" "postcode_public" => string(1) "0" "postcode_letter" => string(0) "" "country_letter" => string(0) "" "city_letter" => string(0) "" "address_letter" => string(0) "" "letter_address_public" => string(1) "0" "asbapproved" => string(1) "0" "meoeemail" => NULL "meoename" => NULL "meoenamehash" => NULL "meoeemailhash" => NULL "meoecard_id_latest" => NULL "meoecardvalidyear_latest" => NULL "meoecardissuer_latest" => NULL ) protected _changed => array(0) protected _original_values => array(41) ( "id" => string(3) "773" "name" => string(14) "Natalija Celic" "email" => string(20) "naca.celic@gmail.com" "email_public" => string(1) "1" "country" => string(6) "Serbia" "country_public" => string(1) "0" "city" => string(8) "Belgrade" "city_public" => string(1) "1" "address" => string(11) "Resavska 84" "address_public" => string(1) "0" "phone" => string(13) "+381637853123" "phone_public" => string(1) "1" "name_public" => string(1) "1" "primary_user_id" => string(6) "200073" "protected" => string(1) "1" "user_id" => string(6) "200073" "updated" => string(19) "2018-01-14 15:09:28" "created" => string(19) "2017-12-01 14:15:58" "meoecard_id" => string(0) "" "meoecardvalidyear" => string(1) "0" "meoecardissuer" => string(0) "" "birthdate" => NULL "birthdate_public" => string(1) "0" "agilityteam" => string(0) "" "defbreed_id" => string(3) "297" "webpage" => string(0) "" "postcode" => string(5) "11000" "postcode_public" => string(1) "0" "postcode_letter" => string(0) "" "country_letter" => string(0) "" "city_letter" => string(0) "" "address_letter" => string(0) "" "letter_address_public" => string(1) "0" "asbapproved" => string(1) "0" "meoeemail" => NULL "meoename" => NULL "meoenamehash" => NULL "meoeemailhash" => NULL "meoecard_id_latest" => NULL "meoecardvalidyear_latest" => NULL "meoecardissuer_latest" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "owner" protected _object_plural => string(6) "owners" protected _table_name => string(6) "owners" protected _table_columns => array(41) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "email" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "email_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "country" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "country_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "city" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "city_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "address" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "address_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "phone" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "phone_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "name_public" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "primary_user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "primary_user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecard_id" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "meoecard_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardvalidyear" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(17) "meoecardvalidyear" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardissuer" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "meoecardissuer" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(16) "birthdate_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "agilityteam" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "agilityteam" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "defbreed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "defbreed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "webpage" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "webpage" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "postcode" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(2) "10" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "postcode_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 28 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "postcode_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(2) "10" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "country_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "city_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 31 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address_letter" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "address_letter" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 32 "character_maximum_length" => string(3) "300" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "letter_address_public" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(21) "letter_address_public" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 33 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "asbapproved" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "asbapproved" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 34 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoeemail" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "meoeemail" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 35 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoename" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "meoename" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 36 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoenamehash" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "meoenamehash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 37 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoeemailhash" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "meoeemailhash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 38 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecard_id_latest" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "meoecard_id_latest" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 39 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardvalidyear_latest" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(24) "meoecardvalidyear_latest" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 40 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meoecardissuer_latest" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "meoecardissuer_latest" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 41 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "773" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(4) "5869" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(5) "owner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(3) ( "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) ) protected _has_many => array(1) ( "photos" => array(4) ( "foreign_key" => string(9) "object_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) ) protected _table_name => string(7) "litters" protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(12) ( "id" => NULL "father_id" => NULL "mother_id" => NULL "kennel_id" => NULL "mating_date" => NULL "date_of_birth" => NULL "littername" => NULL "user_id" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(6) "litter" protected _object_plural => string(7) "litters" protected _table_columns => array(12) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "mating_date" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "mating_date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_birth" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_birth" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "littername" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "littername" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "utf8_hungarian_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"litters" => object View(2){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(6) "litter" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(12) "dogresultcom" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _file => string(51) "/var/www/dogresult/application/views/dog/litter.php" protected _data => array(2) ( "litters" => object Database_MySQLi_Result(7)
"dogShowResults" => object View(2){ protected _internal_row => integer 0 protected _query => string(511) "SELECT `litter`.`id` AS `id`, `litter`.`father_id` AS `father_id`, `litter`.`mother_id` AS `mother_id`, `litter`.`kennel_id` AS …" protected _result => object mysqli_result(5)
"__" => object Closure(1){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }
protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(12) "Model_Litter" protected _object_params => NULL }{ public 0 => object Closure(1) { *RECURSION* } }
) }{ protected _file => string(70) "/var/www/dogresult/application/views/results/view_showResList.mustache" protected _data => array(2) ( "results" => array(0) "__" => object Closure(1)
"dogShowTitles" => object View(2){ public 0 => object Closure(1) { *RECURSION* } }
) }{ protected _file => string(72) "/var/www/dogresult/application/views/results/view_showTitleList.mustache" protected _data => array(3) ( "results" => array(0) "dog" => object Model_Dog(34)
"dogWorkingResults" => object View(2){ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => string(4) "5869" "name" => string(30) "ASK HER DANCE IN Extreme speed" "call_name" => string(2) "Iv" "description" => string(0) "" "birthdate" => string(10) "2016-03-30" "father_id" => string(4) "5862" "mother_id" => string(1) "0" "breed_id" => string(3) "297" "owner_id" => string(3) "773" "owner" => NULL "kennel_id" => string(1) "0" "handler" => NULL "user_id" => string(6) "200073" "gender" => string(1) "f" "regId" => string(12) "JR 70203 Boc" "color" => string(0) "" "visit" => NULL "listed" => string(3) "all" "created" => string(19) "2017-12-01 14:23:02" "updated" => string(19) "2017-12-01 14:41:56" "deleted" => NULL "protected" => string(1) "1" "spayed" => string(1) "0" "date_of_spay" => NULL "date_of_death" => NULL "rescue" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(26) ( "id" => string(4) "5869" "name" => string(30) "ASK HER DANCE IN Extreme speed" "call_name" => string(2) "Iv" "description" => string(0) "" "birthdate" => string(10) "2016-03-30" "father_id" => string(4) "5862" "mother_id" => string(1) "0" "breed_id" => string(3) "297" "owner_id" => string(3) "773" "owner" => NULL "kennel_id" => string(1) "0" "handler" => NULL "user_id" => string(6) "200073" "gender" => string(1) "f" "regId" => string(12) "JR 70203 Boc" "color" => string(0) "" "visit" => NULL "listed" => string(3) "all" "created" => string(19) "2017-12-01 14:23:02" "updated" => string(19) "2017-12-01 14:41:56" "deleted" => NULL "protected" => string(1) "1" "spayed" => string(1) "0" "date_of_spay" => NULL "date_of_death" => NULL "rescue" => string(1) "0" ) protected _related => array(5) ( "dogDetail" => object Model_DogDetail(34)
"__" => object Closure(1){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( ... ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( ... ) protected _changed => array(0) protected _original_values => array(20) ( ... ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( ... ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => string(4) "5869" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6) { ... } protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }
"breed" => object Model_Breed(34){ protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(7) ( ... ) protected _changed => array(0) protected _original_values => array(7) ( ... ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "breed" protected _object_plural => string(6) "breeds" protected _table_name => string(6) "breeds" protected _table_columns => array(7) ( ... ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "297" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6) { ... } protected _db_group => NULL 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) protected _errors_filename => string(5) "breed" }
"father" => object Model_Dog(34){ protected _belongs_to => array(6) ( ... ) protected _has_many => array(18) ( ... ) protected _has_one => array(1) ( ... ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( ... ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( ... ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6) { ... } protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }
"mother" => object Model_Dog(34){ protected _belongs_to => array(6) ( ... ) protected _has_many => array(18) ( ... ) protected _has_one => array(1) ( ... ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( ... ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( ... ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6) { ... } protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }
"dog_owner" => object Model_Owner(34){ protected _belongs_to => array(3) ( ... ) protected _has_many => array(5) ( ... ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(41) ( ... ) protected _changed => array(0) protected _original_values => array(41) ( ... ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "owner" protected _object_plural => string(6) "owners" protected _table_name => string(6) "owners" protected _table_columns => array(41) ( ... ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "773" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6) { ... } protected _db_group => NULL 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) protected _errors_filename => string(5) "owner" }
) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(4) "5869" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ public 0 => object Closure(1) { *RECURSION* } }
) }{ protected _file => string(70) "/var/www/dogresult/application/views/results/view_workingList.mustache" protected _data => array(3) ( "results" => array(0) "hasEditingPermission" => bool FALSE "__" => object Closure(1)
"dogHealthTestResults" => object View(2){ public 0 => object Closure(1) { *RECURSION* } }
) }{ protected _file => string(70) "/var/www/dogresult/application/views/results/view_hipTestList.mustache" protected _data => array(3) ( "results" => array(0) "dog" => object Model_Dog(34)
"suitabilityTests" => object View(2){ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => string(4) "5869" "name" => string(30) "ASK HER DANCE IN Extreme speed" "call_name" => string(2) "Iv" "description" => string(0) "" "birthdate" => string(10) "2016-03-30" "father_id" => string(4) "5862" "mother_id" => string(1) "0" "breed_id" => string(3) "297" "owner_id" => string(3) "773" "owner" => NULL "kennel_id" => string(1) "0" "handler" => NULL "user_id" => string(6) "200073" "gender" => string(1) "f" "regId" => string(12) "JR 70203 Boc" "color" => string(0) "" "visit" => NULL "listed" => string(3) "all" "created" => string(19) "2017-12-01 14:23:02" "updated" => string(19) "2017-12-01 14:41:56" "deleted" => NULL "protected" => string(1) "1" "spayed" => string(1) "0" "date_of_spay" => NULL "date_of_death" => NULL "rescue" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(26) ( "id" => string(4) "5869" "name" => string(30) "ASK HER DANCE IN Extreme speed" "call_name" => string(2) "Iv" "description" => string(0) "" "birthdate" => string(10) "2016-03-30" "father_id" => string(4) "5862" "mother_id" => string(1) "0" "breed_id" => string(3) "297" "owner_id" => string(3) "773" "owner" => NULL "kennel_id" => string(1) "0" "handler" => NULL "user_id" => string(6) "200073" "gender" => string(1) "f" "regId" => string(12) "JR 70203 Boc" "color" => string(0) "" "visit" => NULL "listed" => string(3) "all" "created" => string(19) "2017-12-01 14:23:02" "updated" => string(19) "2017-12-01 14:41:56" "deleted" => NULL "protected" => string(1) "1" "spayed" => string(1) "0" "date_of_spay" => NULL "date_of_death" => NULL "rescue" => string(1) "0" ) protected _related => array(5) ( "dogDetail" => object Model_DogDetail(34)
"__" => object Closure(1){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( ... ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( ... ) protected _changed => array(0) protected _original_values => array(20) ( ... ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( ... ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => string(4) "5869" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6) { ... } protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }
"breed" => object Model_Breed(34){ protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(7) ( ... ) protected _changed => array(0) protected _original_values => array(7) ( ... ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "breed" protected _object_plural => string(6) "breeds" protected _table_name => string(6) "breeds" protected _table_columns => array(7) ( ... ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "297" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6) { ... } protected _db_group => NULL 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) protected _errors_filename => string(5) "breed" }
"father" => object Model_Dog(34){ protected _belongs_to => array(6) ( ... ) protected _has_many => array(18) ( ... ) protected _has_one => array(1) ( ... ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( ... ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( ... ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6) { ... } protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }
"mother" => object Model_Dog(34){ protected _belongs_to => array(6) ( ... ) protected _has_many => array(18) ( ... ) protected _has_one => array(1) ( ... ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( ... ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( ... ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6) { ... } protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }
"dog_owner" => object Model_Owner(34){ protected _belongs_to => array(3) ( ... ) protected _has_many => array(5) ( ... ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(41) ( ... ) protected _changed => array(0) protected _original_values => array(41) ( ... ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "owner" protected _object_plural => string(6) "owners" protected _table_name => string(6) "owners" protected _table_columns => array(41) ( ... ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "773" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6) { ... } protected _db_group => NULL 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) protected _errors_filename => string(5) "owner" }
) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(4) "5869" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ public 0 => object Closure(1) { *RECURSION* } }
) }{ protected _file => string(71) "/var/www/dogresult/application/views/results/view_suitableList.mustache" protected _data => array(2) ( "suitableTests" => array(0) "__" => object Closure(1)
"hipTestId" => NULL "patellaId" => NULL "elbowTestId" => NULL "shoulderTestId" => NULL "chart" => object View(2){ public 0 => object Closure(1) { *RECURSION* } }
) }{ protected _file => string(55) "/var/www/dogresult/application/views/dog/chart.mustache" protected _data => array(30) ( "root" => object Model_Dog(34)
"owner" => object View(2){ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => string(4) "5869" "name" => string(30) "ASK HER DANCE IN Extreme speed" "call_name" => string(2) "Iv" "description" => string(0) "" "birthdate" => string(10) "2016-03-30" "father_id" => string(4) "5862" "mother_id" => string(1) "0" "breed_id" => string(3) "297" "owner_id" => string(3) "773" "owner" => NULL "kennel_id" => string(1) "0" "handler" => NULL "user_id" => string(6) "200073" "gender" => string(1) "f" "regId" => string(12) "JR 70203 Boc" "color" => string(0) "" "visit" => NULL "listed" => string(3) "all" "created" => string(19) "2017-12-01 14:23:02" "updated" => string(19) "2017-12-01 14:41:56" "deleted" => NULL "protected" => string(1) "1" "spayed" => string(1) "0" "date_of_spay" => NULL "date_of_death" => NULL "rescue" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(26) ( "id" => string(4) "5869" "name" => string(30) "ASK HER DANCE IN Extreme speed" "call_name" => string(2) "Iv" "description" => string(0) "" "birthdate" => string(10) "2016-03-30" "father_id" => string(4) "5862" "mother_id" => string(1) "0" "breed_id" => string(3) "297" "owner_id" => string(3) "773" "owner" => NULL "kennel_id" => string(1) "0" "handler" => NULL "user_id" => string(6) "200073" "gender" => string(1) "f" "regId" => string(12) "JR 70203 Boc" "color" => string(0) "" "visit" => NULL "listed" => string(3) "all" "created" => string(19) "2017-12-01 14:23:02" "updated" => string(19) "2017-12-01 14:41:56" "deleted" => NULL "protected" => string(1) "1" "spayed" => string(1) "0" "date_of_spay" => NULL "date_of_death" => NULL "rescue" => string(1) "0" ) protected _related => array(5) ( "dogDetail" => object Model_DogDetail(34)
"f" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( ... ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( ... ) protected _changed => array(0) protected _original_values => array(20) ( ... ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( ... ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => string(4) "5869" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6) { ... } protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }
"breed" => object Model_Breed(34){ protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(7) ( ... ) protected _changed => array(0) protected _original_values => array(7) ( ... ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "breed" protected _object_plural => string(6) "breeds" protected _table_name => string(6) "breeds" protected _table_columns => array(7) ( ... ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "297" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6) { ... } protected _db_group => NULL 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) protected _errors_filename => string(5) "breed" }
"father" => object Model_Dog(34){ protected _belongs_to => array(6) ( ... ) protected _has_many => array(18) ( ... ) protected _has_one => array(1) ( ... ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( ... ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( ... ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6) { ... } protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }
"mother" => object Model_Dog(34){ protected _belongs_to => array(6) ( ... ) protected _has_many => array(18) ( ... ) protected _has_one => array(1) ( ... ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( ... ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( ... ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6) { ... } protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }
"dog_owner" => object Model_Owner(34){ protected _belongs_to => array(3) ( ... ) protected _has_many => array(5) ( ... ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(41) ( ... ) protected _changed => array(0) protected _original_values => array(41) ( ... ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "owner" protected _object_plural => string(6) "owners" protected _table_name => string(6) "owners" protected _table_columns => array(41) ( ... ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "773" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6) { ... } protected _db_group => NULL 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) protected _errors_filename => string(5) "owner" }
) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(4) "5869" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"f_color" => string(0) "" "m" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( ... ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( ... ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( ... ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6) { ... } protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"m_color" => string(0) "" "ff" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( ... ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( ... ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( ... ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6) { ... } protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"ff_color" => string(0) "" "fff" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( ... ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( ... ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( ... ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6) { ... } protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"fff_color" => string(0) "" "ffm" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( ... ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( ... ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( ... ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6) { ... } protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"ffm_color" => string(0) "" "fm" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( ... ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( ... ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( ... ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6) { ... } protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"fm_color" => string(0) "" "fmf" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( ... ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( ... ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( ... ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6) { ... } protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"fmf_color" => string(0) "" "fmm" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( ... ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( ... ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( ... ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6) { ... } protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"fmm_color" => string(0) "" "mf" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( ... ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( ... ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( ... ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6) { ... } protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"mf_color" => string(0) "" "mff" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( ... ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( ... ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( ... ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6) { ... } protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"mff_color" => string(0) "" "mfm" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( ... ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( ... ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( ... ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6) { ... } protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"mfm_color" => string(0) "" "mm" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( ... ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( ... ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( ... ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6) { ... } protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"mm_color" => string(0) "" "mmf" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( ... ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( ... ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( ... ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6) { ... } protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"mmf_color" => string(0) "" "mmm" => object Model_Dog(34){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( ... ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( ... ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( ... ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6) { ... } protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => NULL "name" => NULL "call_name" => NULL "description" => NULL "birthdate" => NULL "father_id" => NULL "mother_id" => NULL "breed_id" => NULL "owner_id" => NULL "owner" => NULL "kennel_id" => NULL "handler" => NULL "user_id" => NULL "gender" => NULL "regId" => NULL "color" => NULL "visit" => NULL "listed" => NULL "created" => NULL "updated" => NULL "deleted" => NULL "protected" => NULL "spayed" => NULL "date_of_spay" => NULL "date_of_death" => NULL "rescue" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(1) ( "dogDetail" => object Model_DogDetail(34)
"mmm_color" => string(0) "" "__" => object Closure(1){ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( ... ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( ... ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( ... ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6) { ... } protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }
) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ public 0 => object Closure(1) { *RECURSION* } }
) }{ protected _file => string(55) "/var/www/dogresult/application/views/dog/view_owner.php" protected _data => array(4) ( "dog" => object Model_Dog(34)
"adminOrClubRights" => bool FALSE "kennelAnchor" => NULL "hasEditingPermission" => bool FALSE "hasAgilityRole" => bool FALSE "hasAdminRole" => bool FALSE "avatar" => string(19) "00/00/00/02/255.jpg" "birthdateFormated" => string(10) "2016.03.30" "dateOfDeathFormated" => NULL "dateOfSpayFormated" => NULL "a2StampDateFormated" => NULL "a3StampDateFormated" => NULL "heightmeasureDateFormated" => NULL "firstA0DateFormated" => NULL ) }{ protected _belongs_to => array(6) ( "breed" => array(2) ( "foreign_key" => string(8) "breed_id" "model" => string(5) "Breed" ) "father" => array(2) ( "foreign_key" => string(9) "father_id" "model" => string(3) "Dog" ) "mother" => array(2) ( "foreign_key" => string(9) "mother_id" "model" => string(3) "Dog" ) "kennel" => array(2) ( "foreign_key" => string(9) "kennel_id" "model" => string(6) "Kennel" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "dog_owner" => array(2) ( "foreign_key" => string(8) "owner_id" "model" => string(5) "Owner" ) ) protected _has_many => array(18) ( "photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(5) "Photo" ) "entries" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(5) "Entry" ) "suitableTests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "suitabletest_id" "model" => string(22) "Result_SuitabilityTest" ) "shows" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(7) "show_id" "model" => string(14) "Result_DogShow" ) "showTitles" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "showtitle_id" "model" => string(24) "Result_ShowChampionTitle" ) "working" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "working_id" "model" => string(14) "Result_Working" ) "litters_father" => array(4) ( "foreign_key" => string(9) "father_id" "through" => NULL "far_key" => string(17) "litters_father_id" "model" => string(6) "Litter" ) "litters_mother" => array(4) ( "foreign_key" => string(9) "mother_id" "through" => NULL "far_key" => string(17) "litters_mother_id" "model" => string(6) "Litter" ) "hiptests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "hiptest_id" "model" => string(14) "Result_Hiptest" ) "hiptest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "hiptest_photo_id" "model" => string(12) "PhotoHipTest" ) "patellas" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(10) "patella_id" "model" => string(14) "Result_Patella" ) "patella_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(16) "patella_photo_id" "model" => string(12) "PhotoPatella" ) "elbowtests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(12) "elbowtest_id" "model" => string(16) "Result_ElbowTest" ) "elbowtest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "elbowtest_photo_id" "model" => string(14) "PhotoElbowTest" ) "showtitle_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(18) "showtitle_photo_id" "model" => string(14) "PhotoShowTitle" ) "shouldertests" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(15) "shouldertest_id" "model" => string(19) "Result_ShoulderTest" ) "shouldertest_photos" => array(4) ( "foreign_key" => string(6) "dog_id" "through" => NULL "far_key" => string(21) "shouldertest_photo_id" "model" => string(17) "PhotoShoulderTest" ) "attachments" => array(4) ( "foreign_key" => string(6) "obj_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" ) ) protected _has_one => array(1) ( "dogDetail" => array(2) ( "foreign_key" => string(6) "dog_id" "model" => string(9) "DogDetail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => string(4) "5869" "name" => string(30) "ASK HER DANCE IN Extreme speed" "call_name" => string(2) "Iv" "description" => string(0) "" "birthdate" => string(10) "2016-03-30" "father_id" => string(4) "5862" "mother_id" => string(1) "0" "breed_id" => string(3) "297" "owner_id" => string(3) "773" "owner" => NULL "kennel_id" => string(1) "0" "handler" => NULL "user_id" => string(6) "200073" "gender" => string(1) "f" "regId" => string(12) "JR 70203 Boc" "color" => string(0) "" "visit" => NULL "listed" => string(3) "all" "created" => string(19) "2017-12-01 14:23:02" "updated" => string(19) "2017-12-01 14:41:56" "deleted" => NULL "protected" => string(1) "1" "spayed" => string(1) "0" "date_of_spay" => NULL "date_of_death" => NULL "rescue" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(26) ( "id" => string(4) "5869" "name" => string(30) "ASK HER DANCE IN Extreme speed" "call_name" => string(2) "Iv" "description" => string(0) "" "birthdate" => string(10) "2016-03-30" "father_id" => string(4) "5862" "mother_id" => string(1) "0" "breed_id" => string(3) "297" "owner_id" => string(3) "773" "owner" => NULL "kennel_id" => string(1) "0" "handler" => NULL "user_id" => string(6) "200073" "gender" => string(1) "f" "regId" => string(12) "JR 70203 Boc" "color" => string(0) "" "visit" => NULL "listed" => string(3) "all" "created" => string(19) "2017-12-01 14:23:02" "updated" => string(19) "2017-12-01 14:41:56" "deleted" => NULL "protected" => string(1) "1" "spayed" => string(1) "0" "date_of_spay" => NULL "date_of_death" => NULL "rescue" => string(1) "0" ) protected _related => array(5) ( "dogDetail" => object Model_DogDetail(34)
"myownerproposals" => NULL "openProposals" => NULL "hasEditingPermission" => bool FALSE ) }{ protected _table_name => string(11) "dog_details" protected _primary_key => string(6) "dog_id" protected _belongs_to => array(1) ( ... ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( ... ) protected _changed => array(0) protected _original_values => array(20) ( ... ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(9) "dogdetail" protected _object_plural => string(10) "dogdetails" protected _table_columns => array(20) ( ... ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => string(4) "5869" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6) { ... } protected _db_group => NULL 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) protected _errors_filename => string(9) "dogdetail" }
"breed" => object Model_Breed(34){ protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(7) ( ... ) protected _changed => array(0) protected _original_values => array(7) ( ... ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "breed" protected _object_plural => string(6) "breeds" protected _table_name => string(6) "breeds" protected _table_columns => array(7) ( ... ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "297" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6) { ... } protected _db_group => NULL 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) protected _errors_filename => string(5) "breed" }
"father" => object Model_Dog(34){ protected _belongs_to => array(6) ( ... ) protected _has_many => array(18) ( ... ) protected _has_one => array(1) ( ... ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( ... ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( ... ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6) { ... } protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }
"mother" => object Model_Dog(34){ protected _belongs_to => array(6) ( ... ) protected _has_many => array(18) ( ... ) protected _has_one => array(1) ( ... ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( ... ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( ... ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6) { ... } protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }
"dog_owner" => object Model_Owner(34){ protected _belongs_to => array(3) ( ... ) protected _has_many => array(5) ( ... ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(41) ( ... ) protected _changed => array(0) protected _original_values => array(41) ( ... ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "owner" protected _object_plural => string(6) "owners" protected _table_name => string(6) "owners" protected _table_columns => array(41) ( ... ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "773" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6) { ... } protected _db_group => NULL 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) protected _errors_filename => string(5) "owner" }
) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(3) "dog" protected _object_plural => string(4) "dogs" protected _table_name => string(4) "dogs" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "call_name" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "call_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "birthdate" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "birthdate" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "father_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "father_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mother_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "mother_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "breed_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "breed_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "owner_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "owner" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "owner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kennel_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "kennel_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "handler" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "handler" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "regId" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "regId" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "color" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "visit" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "listed" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "listed" "column_default" => string(3) "all" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "deleted" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protected" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "protected" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "spayed" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "spayed" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_spay" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "date_of_spay" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_death" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_death" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rescue" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rescue" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(4) "5869" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "5d78326a12c96b7aac0276e6e64ae8cf772ab8f5" protected _identifier => string(1) "`" public last_query => string(381) "SELECT `attachment`.`id` AS `id`, `attachment`.`linktext` AS `linktext`, `attachment`.`filename` AS `filename`, `attachment`.`ty …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL 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) protected _errors_filename => string(3) "dog" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool FALSE protected _referrer => NULL protected _route => object Route(5)
public response => object Response(5){ protected _filters => array(0) protected _uri => string(41) "(<lang>/)(<controller>(/<action>(/<id>)))" protected _regex => array(2) ( "lang" => string(10) "(hu|en|xx)" "id" => string(2) ".+" ) protected _defaults => array(3) ( "lang" => string(2) "hu" "controller" => string(5) "event" "action" => string(5) "index" ) protected _route_regex => string(111) "#^(?:(?P<lang>(hu|en|xx))/)?(?:(?P<controller>[^/.,;?\n]++)(?:/(?P<action>[^/.,;?\n]++)(?:/(?P<id>.+))?)?)?$#uD" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(3) "Dog" protected _action => string(4) "view" protected _uri => string(49) "hu/dog/view/5869/ask-her-dance-in-extreme-speediv" protected _external => bool FALSE protected _params => array(2) ( "lang" => string(2) "hu" "id" => string(37) "5869/ask-her-dance-in-extreme-speediv" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(2) ( "session" => NULL "applang" => string(2) "en" ) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }
}{ protected _status => integer 200 protected _header => object HTTP_Header(0)
}{ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }92 93 // Create a new instance of the controller 94 $controller = $class->newInstance($request, $response); 95 96 // Run the controller's execute() method 97 $response = $class->getMethod('execute')->invoke($controller); 98 99 if ( ! $response instanceof Response) 100 { 101 // Controller failed to return a Response. 102 throw new Kohana_Exception('Controller failed to return a Response');
-
SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)
0
object Request(19)
{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool FALSE protected _referrer => NULL protected _route => object Route(5)
{ protected _filters => array(0) protected _uri => string(41) "(<lang>/)(<controller>(/<action>(/<id>)))" protected _regex => array(2) ( "lang" => string(10) "(hu|en|xx)" "id" => string(2) ".+" ) protected _defaults => array(3) ( "lang" => string(2) "hu" "controller" => string(5) "event" "action" => string(5) "index" ) protected _route_regex => string(111) "#^(?:(?P<lang>(hu|en|xx))/)?(?:(?P<controller>[^/.,;?\n]++)(?:/(?P<action>[^/.,;?\n]++)(?:/(?P<id>.+))?)?)?$#uD" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(3) "Dog" protected _action => string(4) "view" protected _uri => string(49) "hu/dog/view/5869/ask-her-dance-in-extreme-speediv" protected _external => bool FALSE protected _params => array(2) ( "lang" => string(2) "hu" "id" => string(37) "5869/ask-her-dance-in-extreme-speediv" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(2) ( "session" => NULL "applang" => string(2) "en" ) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }
}1
object Response(5)
{ protected _status => integer 200 protected _header => object HTTP_Header(0)
{ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }109 $orig_response = $response = Response::factory(array('_protocol' => $request->protocol())); 110 111 if (($cache = $this->cache()) instanceof HTTP_Cache) 112 return $cache->execute($this, $request, $response); 113 114 $response = $this->execute_request($request, $response); 115 116 // Execute response callbacks 117 foreach ($this->header_callbacks() as $header => $callback) 118 { 119 if ($response->headers($header))
-
SYSPATH/classes/Kohana/Request.php [ 997 ] » Kohana_Request_Client->execute(arguments)
0
object Request(19)
{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool FALSE protected _referrer => NULL protected _route => object Route(5)
{ protected _filters => array(0) protected _uri => string(41) "(<lang>/)(<controller>(/<action>(/<id>)))" protected _regex => array(2) ( "lang" => string(10) "(hu|en|xx)" "id" => string(2) ".+" ) protected _defaults => array(3) ( "lang" => string(2) "hu" "controller" => string(5) "event" "action" => string(5) "index" ) protected _route_regex => string(111) "#^(?:(?P<lang>(hu|en|xx))/)?(?:(?P<controller>[^/.,;?\n]++)(?:/(?P<action>[^/.,;?\n]++)(?:/(?P<id>.+))?)?)?$#uD" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(3) "Dog" protected _action => string(4) "view" protected _uri => string(49) "hu/dog/view/5869/ask-her-dance-in-extreme-speediv" protected _external => bool FALSE protected _params => array(2) ( "lang" => string(2) "hu" "id" => string(37) "5869/ask-her-dance-in-extreme-speediv" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(2) ( "session" => NULL "applang" => string(2) "en" ) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }
}992 throw new Request_Exception('Unable to execute :uri without a Kohana_Request_Client', array( 993 ':uri' => $this->_uri, 994 )); 995 } 996 997 return $this->_client->execute($this); 998 } 999 1000 /** 1001 * Returns whether this request is the initial request Kohana received. 1002 * Can be used to test for sub requests.
-
DOCROOT/index.php [ 125 ] » Kohana_Request->execute()
120 /** 121 * Execute the main request. A source of the URI can be passed, eg: $_SERVER['PATH_INFO']. 122 * If no source is specified, the URI will be automatically detected. 123 */ 124 echo Request::factory(TRUE, array(), FALSE) 125 ->execute() 126 ->send_headers(TRUE) 127 ->body(); 128 }